Posts tagged emacs
Org links
- 24 December 2022
Copy a link: org-store-link or SPC a o l Past the link: org-insert-link-global
PlantUML
- 30 December 2020
Spacemacs comes with a plantuml
layer which has a major mode for modifying such files.
Terminology
- 14 January 2020
Buffer When you open a file in emacs, it creates a buffer to visit that file. Frame This is what I call a floating window. Emacs had a different meaning for window. Window It is that space on the screen or view that shows you the buffer. It might be that multiple buffers are open but only a few windows are showing those buffers.
HTTP functions
- 17 September 2019
To encode values use url-hexify-string (which is similar to encodeURIComponent in JS)