diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 7e7f0ea..30a9315 100644 --- a/config.org +++ b/config.org | |||
@@ -808,6 +808,16 @@ Also from link0ff. See the above for a link. | |||
808 | ("C-+" . er/contract-region))) | 808 | ("C-+" . er/contract-region))) |
809 | #+end_src | 809 | #+end_src |
810 | 810 | ||
811 | ** Highlight modified regions | ||
812 | |||
813 | #+begin_src emacs-lisp | ||
814 | (use-package goggles | ||
815 | :custom | ||
816 | (goggles-pulse nil) | ||
817 | :config | ||
818 | (goggles-mode +1)) | ||
819 | #+end_src | ||
820 | |||
811 | * Files | 821 | * Files |
812 | 822 | ||
813 | ** Encoding | 823 | ** Encoding |