diff options
author | Case Duckworth | 2021-09-09 16:38:47 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-09 16:38:47 -0500 |
commit | 3e8be58586d1b7ee0cb06b7f300c3f056bdad84f (patch) | |
tree | 6371d33b80f975c467831317d3e5765bfec66ffc | |
parent | Remove `flymake-mode-except' (diff) | |
download | emacs-3e8be58586d1b7ee0cb06b7f300c3f056bdad84f.tar.gz emacs-3e8be58586d1b7ee0cb06b7f300c3f056bdad84f.zip |
Add `tildify-mode'
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index f155f91..601bcc4 100644 --- a/init.el +++ b/init.el | |||
@@ -1800,6 +1800,7 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1800 | 1800 | ||
1801 | (setup text | 1801 | (setup text |
1802 | (:hook turn-on-auto-fill | 1802 | (:hook turn-on-auto-fill |
1803 | tildify-mode | ||
1803 | acdw/setup-fringes)) | 1804 | acdw/setup-fringes)) |
1804 | 1805 | ||
1805 | (setup (:straight (topsy | 1806 | (setup (:straight (topsy |