Skip to content
Snippets Groups Projects
Commit 026f2e8b authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Enable save-place-mode

parent 762f97fe
Branches
No related tags found
No related merge requests found
......@@ -151,6 +151,11 @@ Allow pressing only =y= instead of =yes= for fast answer to yes or no question
(fset 'yes-or-no-p 'y-or-n-p)
#+end_src
Remember where I was last time I edited a file
#+begin_src emacs-lisp
(save-place-mode 1)
#+end_src
** MacOS
As I often use Emacs on MacOS, I need the right option (alt) key to behave *as* an option key and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment