More readable Elisp code

This commit is contained in:
2021-07-12 12:52:40 +02:00
parent ff42cda756
commit e11c2701fb
2 changed files with 31 additions and 23 deletions

View File

@@ -51,6 +51,7 @@ loaded, speeding Emacs up a bit.
(tooltip-mode -1) ; disable tooltips
(set-fringe-mode 10) ; give some breathing room
(menu-bar-mode -1) ; disable menubar
(blink-cursor-mode 0) ; disable blinking cursor
#+end_src
** Emacs Behavior