summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-09-18 16:11:33 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-09-18 16:11:33 +0200
commit8a89379b0eb659581e9df736a2eed45742e8e3c3 (patch)
tree45ea18a8d700812a22ff9c676dbfd7c69177f31a /.emacs-custom.el
parent875d2715befaf0dbb755c6f1096f124b33dd8b39 (diff)
downloaddotfiles-8a89379b0eb659581e9df736a2eed45742e8e3c3.tar.xz
Tweak some Emacs settings
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 5d1e4c7..b5e19f5 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -14,6 +14,7 @@
'(completions-detailed t)
'(completions-group t)
'(delete-selection-mode t)
+ '(describe-bindings-outline t)
'(diff-hl-flydiff-mode t)
'(dired-kill-when-opening-new-dired-buffer t)
'(dired-listing-switches "-al -Fhv --group-directories-first")
@@ -33,6 +34,7 @@
'(erc-notifications-mode t)
'(erc-prompt-for-password nil)
'(erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "333" "353"))
+ '(erc-use-auth-source-for-nickserv-password t)
'(erc-user-full-name 'user-full-name)
'(eshell-scroll-show-maximum-output nil)
'(find-ls-option '("-exec ls -ld {} +" . "-ld"))
@@ -50,7 +52,7 @@
'(hscroll-step 1)
'(ibuffer-default-sorting-mode 'filename/process)
'(icomplete-mode t)
- '(icomplete-scroll t)
+ '(icomplete-scroll t t)
'(icomplete-vertical-mode t)
'(indent-tabs-mode nil)
'(inhibit-startup-screen t)
@@ -79,6 +81,7 @@
'(modus-themes-slanted-constructs t)
'(modus-themes-variable-pitch-headings t)
'(modus-themes-variable-pitch-ui t)
+ '(org-edit-src-content-indentation 0)
'(org-ellipsis "…")
'(org-fontify-done-headline nil)
'(org-fontify-quote-and-verse-blocks t)