- Feb 2024
-
github.com github.com
-
Emacs Application Framework
very interesting
Tags
Annotators
URL
-
- Jan 2024
-
-
Ignore "save-buffer" Unless Visiting a File
Tags
Annotators
URL
-
-
github.com github.com
-
docker-spacemacs from Harmonic Software Systems
Tags
Annotators
URL
-
-
christiantietze.de christiantietze.de
-
ChatGPT Shell: Confirm Before Closing and Split Compose Buffer
READ
-
-
overthecode.io overthecode.io
-
ChatGPT와 개발자의 미래
emacs chatgpt
Tags
Annotators
URL
-
-
www.gnu.org www.gnu.orggnu.org1
-
The GNU Emacs Calculator
-
-
howardism.org howardism.org
-
An Alternate Completing Read
-
-
-
Implementing the PARA Method in Org-mode
KEEP
Tags
Annotators
URL
-
-
github.com github.com
-
My personal VIM-like configuration of Emacs inspired by Doom and Spacemacs
Tags
Annotators
URL
-
-
shreevatsa.net shreevatsa.netHello1
-
I'm interested in mathematics, programming, Sanskrit literature, and the works of Donald Knuth.
emacs hugo math
-
- Dec 2023
-
www.youtube.com www.youtube.com
-
My Python Emacs Workflow
Tags
Annotators
URL
-
-
emacsconf.org emacsconf.org
- Aug 2023
-
emacs.ch emacs.ch
-
dired-toggle-read-only (usually bound to "C-x C-q"), now the Dired buffer is editable — you can change the names of files and later choose to commit those changes to disk use occur (usually bound to "M-s o") to narrow down the listed files in the Dired buffer , then use occur-edit-mode in the Occur buffer, use occur-edit-mode (bound to the "e" key) to make the occur buffer editable Use any number of query-replace ("M-%") or query-replace-regexp ("C-M-%") to rename any of the files in the Occur buffer. occur-cease-edit ("C-c C-c") to commit changes from the Occur buffer to the Dired buffer wdired-finish-edit (also bound to "C-c C-c") to commit those changes in the Dired buffer to the filesystem.
dired내에서 occur를 통해 필터링을 한 뒤에 검색을 하는 등의 수정작업을 진행한 후 변경사항을 반영할 수 있다.
Tags
Annotators
URL
-
- Apr 2023
-
-
-
www.syntopikon.com www.syntopikon.com
-
Stavrou Protesilaos, An Interview with Protesilaos Stavrou, Yuvraj Singh, Syntopikon.
-
- Mar 2023
-
github.com github.com
-
Import data from hypothes.is into org-mode.
Tags
Annotators
URL
-
-
www.johndcook.com www.johndcook.com
-
Emacs on windows<br /> by John D. Cook
Tags
Annotators
URL
-
- Feb 2023
-
-
Part 2: Search & Inspect. Denote as a Zettelkasten, 2023. https://share.tube/w/4ad929jjNYMLc6eRppVQmc.
His file naming convention and search operation in this is really fantastic:
20230226155400==51a3b--note-title__tag1_tag2.org
This allows one to search the file by date/time, signature, title or tags, by using the =, - or _ along with text.
Beyond this however, there's a fair amount of context to build to use this system including using regex search.
-
-
-
Part 1: What Do We Need? Denote as a Zettelkasten, 2023. https://share.tube/w/mu7fMr5RWMqetcZRXutSGF.
It starts and ends with Denote, but has an excellent overview of the folgezettel debate (or should one use Luhmann-esque identifiers within their digital zettelkasten system?)
Some of the tension within the folgezettel debate comes down to those who might prefer more refined evergreen (reusable) notes in many contexts, or those who have potentially shorter notes that fit within a train of thought (folgezettel) which helps to add some of the added context.
The difference is putting in additional up-front work to more heavily decontextualize excerpts and make them reusable in more contexts, which has an uncertain future payoff versus doing a bit less contextualization as the note will speak to it's neighbors as a means of providing some of this context. With respect to reusing a note in a written work, one is likely to remove their notes and their neighbors to provide this context when needed for writing.
(apparently I didn't save this note when I watched it prior to number 2, blech....)
-
-
protesilaos.com protesilaos.com
-
ᔥ u/gxabbo in r/Zettelkasten - Video Series: Denote as a Zettelkasten (accessed:: 2023-02-26 02:52:52)
-
- Jan 2023
-
batsov.com batsov.com
-
native compilation support
emacs: build with native compilation on windows
-
- Aug 2022
-
emacs-lsp.github.io emacs-lsp.github.io
-
Language Server Protocol Support for Emacs
Este es el sitio oficial de LSP
-
-
utcc.utoronto.ca utcc.utoronto.ca
-
Early notes on using the new python-lsp-server (pylsp) in GNU Emacs
Explica la transición de Elpy a LSP-mode
-
- Apr 2022
-
www.emacswiki.org www.emacswiki.org
-
- Feb 2021
-
dbitouze.gitlab.io dbitouze.gitlab.io
-
AucTeX
Casse à revoir (« AUCTeX »).
-
-
dbitouze.gitlab.io dbitouze.gitlab.io
-
AucTeX
Casse à corriger (« AUCTeX »)
-
- Aug 2020
-
steve-yegge.medium.com steve-yegge.medium.com
-
In the Emacs world (and in many other domains, some of which we’ll explore below), when they make an API obsolete, they are basically saying: “You really shouldn’t use this approach, because even though it works, it suffers from various deficiencies which we enumerate here. But in the end it’s your call.”
-
- May 2020
-
www.ianjones.us www.ianjones.us
-
First things first, I am new to emacs and the eco system so there are packages I’m not aware of.
emacs is pretty much an operating system. This makes it infinitely configurable and hard for new comers to grok.
-
-
github.com github.com
-
(defcustom org-pomodoro-length 25
Override Pomodoro length with
(setq org-pomodoro-length 10)
-
- May 2019
-
develop.spacemacs.org develop.spacemacs.org
-
Set the layer variable org-projectile-file to the filename where you want to store project-specific TODOs. If this is an absolute path, all todos will be stored in the same file (organized by project), whereas if it is just a single filename, todos will be stored in each project root. (setq-default dotspacemacs-configuration-layers '((org :variables org-projectile-file "TODOs.org")))
could use dir_locals to set it per project?
-
-
news.ycombinator.com news.ycombinator.com
-
I want to stop putting comments in my code. I want it to be first-class for my code to be in the left pane and my comments to be in the right pane, always binded together with anchors but always separate so my comments don't have to adhere to the limitations of the code's text area.
emacs--annotate.el
-
- Jan 2019
-
www.gnu.org www.gnu.org
-
--with-cocoa
As of today, at least:<br>
Warning: emacs: this formula has no --with-cocoa option so it will be ignored!
Tags
Annotators
URL
-
-
emacs.stackexchange.com emacs.stackexchange.com
-
If you are using an operating system that uses the systemd service manager (which nowadays includes most GNU/Linux distributions), then the best solution might be to use systemd to start your Emacs daemon on boot. You can do this by creating a file $HOME/.config/systemd/user/emacs.service with the following contents:
$HOME/.config/systemd/user/emacs.service
-
‘-a COMMAND’ ‘--alternate-editor=COMMAND’ Specify a command to run if ‘emacsclient’ fails to contact Emacs. This is useful when running ‘emacsclient’ in a script. As a special exception, if COMMAND is the empty string, then ‘emacsclient’ starts Emacs in daemon mode (as ‘emacs --daemon’) and then tries connecting again. ‘-c’ ‘--create-frame’ Create a new graphical “client frame”, instead of using an existing Emacs frame. See below for the special behavior of ‘C-x C-c’ in a client frame. If Emacs cannot create a new graphical frame (e.g., if it cannot connect to the X server), it tries to create a text terminal client frame, as though you had supplied the ‘-t’ option instead. ‘-t’ ‘--tty’ ‘-nw’ Create a new client frame on the current text terminal, instead of using an existing Emacs frame. This behaves just like the ‘-c’ option, described above, except that it creates a text terminal frame (*note Non-Window Terminals::).
‘-a COMMAND’ ‘--alternate-editor=COMMAND’
Specify a command to run if ‘emacsclient’ fails to contact Emacs. This is useful when running ‘emacsclient’ in a script.
As a special exception, if COMMAND is the empty string, then ‘emacsclient’ starts Emacs in daemon mode (as ‘emacs --daemon’) and then tries connecting again.
‘-c’ ‘--create-frame’
Create a new graphical “client frame”, instead of using an existing Emacs frame.
See below for the special behavior of ‘C-x C-c’ in a client frame.
If Emacs cannot create a new graphical frame (e.g., if it cannot connect to the X server), it tries to create a text terminal client frame, as though you had supplied the ‘-t’ option instead.
‘-t’ ‘--tty’ ‘-nw’
Create a new client frame on the current text terminal, instead of using an existing Emacs frame.
This behaves just like the ‘-c’ option, described above, except that it creates a text terminal frame (*note Non-Window Terminals::).
-
I do this by starting an emacs daemon when I login. Where you put this command depends on your desktop manager. I use i3, which is configured to run a script on login that includes the following: emacs --daemon & With that, emacs is always running in the background, and I open a new client with emacsclient -c -n, bound to a convenient keybinding in the window manager. If you're working in a terminal, you only need a simple alias like alias emc='emacsclient', possibly with -n, -c or -t arguments, depending on how you use it. Do check out the options for emacsclient in the manual: ((emacs) emacsclient Options, accessible from Emacs by C-h r m emacsclient options <enter>). You can use the -a flag to automatically start an emacs daemon if it isn't running already, and -c or -t to open a new frame or terminal client, rather than reusing an existing one (in the same session):
-
Since emacsclient can handle long package loading time proerly, I really want to keep at least one emacs process, and most of the time only one emacs process, open as a background process and better hide GUI. Right now I defined the following function in .bashrc: emc () { if [[ $# -eq 0 ]]; then emacs --eval "(suspend-frame)" & return fi args=($*); setsid emacsclient -c -e "(find-file \"${args[*]}\")" } And also have the following line in .bashrc: emc So everytime I open up a shell, I will end up having a new emacs process. The problem is I will have many additional unnecessary emacs process after opening up many shells. However, I only want to maintain one single emacs process all the time from startup better hide GUI.
-
Emacsclient: One single emacs process all the time from start up & never close & better hide GUI
-
- Nov 2018
-
www.masteringemacs.org www.masteringemacs.org
-
The keybindings for movement by word in Emacs is almost the same as that of movement by character, but instead of the prefix C- it is M-. To move forward one word use M-f; and to move backward one word use M-b.
-
I recommend adding this to your .emacs, as it makes C-n insert newlines if the point is at the end of the buffer. Useful, as it means you won’t have to reach for the return key to add newlines!(setq next-line-add-newlines t)
-
The four fundamental movement keys are C-n, for next logical line; C-p, for previous logical line; C-f for move forward by character; and C-b for move backward by character
-
-
clojurians.slack.com clojurians.slack.com
-
I update from within Spacemacs by opening a file from .emacs.d, usually the readme file.SPC g s to open Magit client, F to bring up the pull menu, -r to set rebase to true, o to pull from origin. Then I restart Spacemacs with SPC q r.Then I update the .spacemacs file from template. And then update packages from the link on the Spacemacs home buffer SPC b h (edited)
update procedure for spacemacs
-
- Oct 2018
-
www.reddit.com www.reddit.com
-
It became policy to avoid abbreviations in most cases. In ZWEI, we made a list of several words that were used extremely often, and established 'official' abbreviations for them, and always used only those abbreviations. ... Words not on this list were always spelled out in full.
abbreviations whitelist - good programming practice!
-
The use of the mouse is still considered experimental. We know of several editors which depend highly on the use of a mouse for input, but we are not convinced that it is better than a keyboard; after more people start using ZWEI, it will be interesting to see how many of them make heavy use of the mouse and how many hardly use it at all.
mouse considered experimental mouse better than keyboard?
-
Since ZWEI is written in Lisp and lives in the Lisp environment of the Lisp machine, it is in a very good position to interface closely with other elements of that environment.
living system interacting with a running lisp machine
-
ZWEI is display-oriented: the text the user is editing is actually displayed (this is relevant because many editors of the time often showed out-of-date text due to efficiency and bandwidth restrictions, putting the burden on the user to imagine what their text looks like currently).
bandwith restrictions -> out of date text -> user has to imagine what it currently looks like
-
- Apr 2018
-
joaotavora.github.io joaotavora.github.io
-
for ($1;$2;$3) { `yas-selected-text`$0 }
Selected Text
yas-selected-text
-
M-x yas-visit-snippet-file, key binding: C-c & C-v Prompts you for possible snippet expansions like yas-insert-snippet, but instead of expanding it, takes you directly to the snippet definition's file, if it exists.
Visit Snippet '''emacs-lisp M-x yas-visit-snippet-file
C-c C-v '''
-
M-x yas-new-snippet, key bindind: C-c & C-n Creates a new buffer with a template for making a new snippet. The buffer is in snippet-mode (see below). When you are done editing the new snippet, use C-c C-c to save it.
Create New Snippet
'''emacs-lisp M-X yas-new-snippet
C-c C-n '''
-
-
www.howardism.org www.howardism.org
-
| 4.0 | 12.0 | 9.0 | 7.810249675906654 |
No result block is generated
-
#+NAME: roots_of_list #+BEGIN_SRC python :var lst=cubes :results list import math return [ math.sqrt(n) for n in lst ] #+END_SRC
This block runs as expected
-
#+CALL: roots_of_list( lst='(16 144 81 61) )
But the roots_of_list recall here Throws the error: lst not found in this buffer
-
- Aug 2017
-
www.emacswiki.org www.emacswiki.org
-
(setq-default indent-tabs-mode nil)
-
- Oct 2016
-
emacs.stackexchange.com emacs.stackexchange.com
- Jun 2016
-
angular.io angular.io
-
@Component
If using emacs tide-mode, customize variable tide-tsserver-process-environment to include --experimentalDecorators.
Tags
Annotators
URL
-
- Oct 2015
-
www.masteringemacs.org www.masteringemacs.org
-
emacslife.com emacslife.com
-
Looks to be a broad introduction to reading and understanding Emacs Lisp
Tags
Annotators
URL
-
- Aug 2015
-
tuhdo.github.io tuhdo.github.io
-
try C-/ twice
hit C-/ consecutively and quickly.
-