doom: remove redundant docstring

This commit is contained in:
Payas Relekar 2023-11-11 16:44:00 +05:30
parent 068f5c4217
commit 72262e4ed6

View file

@ -57,7 +57,6 @@ This section lists my personal general thoughts about Why this file exists, boot
* GNU Emacs
- Display line numbers by default
- Display line numbers
- Make Emacs use entire screen. This also makes Emacs play nice with tiling window managers.
- Create and use separate directory for all temp files and buffers
- Do not create lockfiles by default. They're more nuisance than help, at current stage.
@ -1243,3 +1242,7 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
;; (make-local-variable 'company-idle-delay)
;; (setq-local company-idle-delay 0.1))))
#+end_src
# Local Variables:
# jinx-local-words: "lockfiles"
# End: