diff options
author | Case Duckworth | 2020-12-21 22:53:50 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-21 22:53:50 -0600 |
commit | f8b6701a71690cffeac99227a135714a9aea37d1 (patch) | |
tree | ddac02afb482daab76c75565787cd51465b6d672 | |
parent | Possibly fix UTF-8 encoding (diff) | |
download | emacs-f8b6701a71690cffeac99227a135714a9aea37d1.tar.gz emacs-f8b6701a71690cffeac99227a135714a9aea37d1.zip |
Add goggles package
-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 |