Posts EmacsTalk

uppercase backward

Original link: https://emacstalk.github.io/post/023/ There are two main ways to enter capital letters: While holding down Shift , entering letters in sequence is a kind of, When there are more letters, you can press CapsLock first, then type the letters But I believe that for most people, words with capital letters are more difficult to read, …

uppercase backward Read More »

Open File Plus

Original link: https://emacstalk.github.io/post/021/ In Emacs, find-file(Cx Cf) is the most basic way to open a file, but sometimes there is information about the file that needs to be opened in the current buffer, such as the following text: /tmp/test.log Then you can use find-file-at-point to open the file directly. In addition, when editing the elisp …

Open File Plus Read More »

Discussion on how to start Emacs Server

Original link: https://emacstalk.github.io/post/020/ On Unix-like operating systems, the default text editor for command-line tools (such as git commit) can be configured by setting the EDITOR environment variable, for example: export EDITOR = vim export EDITOR = emacs In this way, a new editor instance will be created every time, which is fine for a lightweight …

Discussion on how to start Emacs Server Read More »