cleanup
This commit is contained in:
parent
22e3a4ef2a
commit
9b6b2e5e7c
2 changed files with 0 additions and 13 deletions
|
@ -1,17 +1,5 @@
|
|||
#+title: Emacs Tool Setup
|
||||
|
||||
* Undo
|
||||
Better undo with =undo-fu=.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package undo-fu)
|
||||
#+end_src
|
||||
|
||||
Make undo persistent when closing Emacs with =undo-fu-session=.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package undo-fu-session
|
||||
:init (undo-fu-session-global-mode 1))
|
||||
#+end_src
|
||||
|
||||
* Lookup
|
||||
Better lookup with =dumb-jump=.
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
@ -93,7 +93,6 @@ Create parent directories when they don't yet exist.
|
|||
(add-to-list 'find-file-not-found-functions #'jj/create-non-existent-directory)
|
||||
#+end_src
|
||||
|
||||
|
||||
* Whitespace Management
|
||||
Use spaces over tabs and set tab width to 4.
|
||||
#+begin_src emacs-lisp :tangle ~/.config/emacs/user-interface.el :mkdirp yes
|
||||
|
|
Loading…
Add table
Reference in a new issue