about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-25 12:28:32 -0500
committerCase Duckworth2021-05-25 12:28:32 -0500
commit0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e (patch)
tree910c4d2b8be036eee229e4fb8ae54e83140e1e2a /init.el
parentSubscribe to moar groups with gmane (diff)
downloademacs-0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e.tar.gz
emacs-0fa1f6ce4f7fa29b3eb7c4105e20d3e458894f1e.zip
Formatting ... and stuff
Whatever.
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 1c12763..50e1f45 100644 --- a/init.el +++ b/init.el
@@ -271,6 +271,7 @@
271 "#emacs" "##webpals") 271 "#emacs" "##webpals")
272 ("tilde.chat" 272 ("tilde.chat"
273 "#meta" "#team" "#gemini")) 273 "#meta" "#team" "#gemini"))
274 erc-button-url-regexp browse-url-button-regexp
274 erc-header-line-face-method 275 erc-header-line-face-method
275 #'erc/update-header-line-show-disconnected 276 #'erc/update-header-line-show-disconnected
276 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE" 277 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
@@ -434,7 +435,8 @@
434 (:option imenu-auto-rescan t)) 435 (:option imenu-auto-rescan t))
435 436
436(setup Info 437(setup Info
437 (:hook variable-pitch-mode)) 438 (:hook variable-pitch-mode
439 acdw/reading-mode))
438 440
439(setup isearch 441(setup isearch
440 (:option search-default-mode t)) 442 (:option search-default-mode t))