summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-05 15:29:20 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-07-05 15:29:20 +0200
commit73265cf08a54be0fa0bbc774e69392e98c4bab36 (patch)
tree8ad5ab6a92d472da3a9d9ae1378c676c7dc83fb3 /.emacs-custom.el
parent1cd75e2e37a4757557e79ca8bc667d654d4e246b (diff)
downloaddotfiles-73265cf08a54be0fa0bbc774e69392e98c4bab36.tar.xz
Tweak ibuffer, ERC, and Gnus FAQ
- Add ibuffer section for VC buffers. - Let ERC pick up my full name. Also, bind switch-to-buffer-obey-display-actions to make C-x 4 4 and C-x 5 5 more reliable.
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 973e602..680dab4 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-user-full-name 'user-full-name)
'(eshell-scroll-show-maximum-output nil)
'(footnote-body-tag-spacing 1)
'(footnote-section-tag "")
@@ -79,6 +80,7 @@
'(send-mail-function 'smtpmail-send-it)
'(show-paren-mode t)
'(split-width-threshold 120)
+ '(switch-to-buffer-obey-display-actions t)
'(tool-bar-mode nil)
'(truncate-lines t)
'(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))