summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-15 01:24:13 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-01-15 01:38:27 +0100
commit152329e65368108ff8b6d38eaa2ee189a6bb4df1 (patch)
treed34901e9c524d40417628a6335ad18b1616420dc /.emacs-custom.el
parent597c3901cc06c894364fe3d061133d8cc3500ccb (diff)
downloaddotfiles-152329e65368108ff8b6d38eaa2ee189a6bb4df1.tar.xz
Port more settings to use-package
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 9117690..8d3b619 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -56,11 +56,7 @@
'(tool-bar-mode nil)
'(truncate-lines t)
'(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))
- '(what-cursor-show-names t)
- '(which-key-idle-delay 0.5)
- '(which-key-mode t)
- '(whitespace-style
- '(face trailing tabs spaces newline empty indentation space-after-tab space-before-tab space-mark tab-mark newline-mark)))
+ '(what-cursor-show-names t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.