Fix completing-read, don’t use tabs, don’t lock into org-format

This commit is contained in:
trémeur 2023-05-09 00:30:01 +01:00
parent c61d26f465
commit 9814f3a36b
3 changed files with 14 additions and 20 deletions

View file

@ -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.