Fix completing-read, don’t use tabs, don’t lock into org-format
This commit is contained in:
parent
c61d26f465
commit
9814f3a36b
3 changed files with 14 additions and 20 deletions
|
@ -141,6 +141,12 @@ Make new directories automatically (from [[https://emacsredux.com/blog/2022/06/1
|
|||
(add-to-list 'find-file-not-found-functions #'er-auto-create-missing-dirs)
|
||||
#+END_SRC
|
||||
|
||||
Indent using spaces.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq-default indent-tabs-mode nil)
|
||||
#+END_SRC
|
||||
|
||||
** OS-specific stuff
|
||||
|
||||
On Linux, I have to tell Emacs to use Chrome for web links.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue