summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-12 18:36:39 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-12 18:36:39 +0200
commitc9d67121d856a9cda077cbc591a1cc4034ef3034 (patch)
treedc44d4ff1410b1340a5d883323b10ed91047d4fd /.emacs-custom.el
parent73265cf08a54be0fa0bbc774e69392e98c4bab36 (diff)
downloaddotfiles-c9d67121d856a9cda077cbc591a1cc4034ef3034.tar.xz
Tweak default search method, and IRC mode-line updates
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 680dab4..5b803ec 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -27,6 +27,7 @@
,(concat data-directory "images/icons/hicolor/scalable/apps/emacs.svg"))
'(erc-notifications-mode t)
'(erc-prompt-for-password nil)
+ '(erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "333" "353"))
'(erc-user-full-name 'user-full-name)
'(eshell-scroll-show-maximum-output nil)
'(footnote-body-tag-spacing 1)
@@ -77,6 +78,7 @@
'(scroll-bar-mode nil)
'(scroll-conservatively 10)
'(scroll-preserve-screen-position t)
+ '(search-default-mode 'char-fold-to-regexp)
'(send-mail-function 'smtpmail-send-it)
'(show-paren-mode t)
'(split-width-threshold 120)