custom.el: y-n-p, dired switches
Signed-off-by: Frieder Schlesier <frieder@fschl.de>
This commit is contained in:
parent
0ff6257a93
commit
fc9a69a894
|
@ -9,6 +9,7 @@
|
|||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(fset 'yes-or-no-p 'y-or-n-p) ;; shorten yes-no answers
|
||||
|
||||
(defun org-babel-tangle-config ()
|
||||
"Tangle all Org-mode files in `user-emacs-directory` after save."
|
||||
|
@ -43,7 +44,7 @@
|
|||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(LaTeX-electric-left-right-brace t)
|
||||
'(Man-notify-method 'aggressive t)
|
||||
'(Man-notify-method 'aggressive)
|
||||
'(TeX-auto-save t)
|
||||
'(TeX-electric-math '("$" . "$"))
|
||||
'(TeX-electric-sub-and-superscript t)
|
||||
|
@ -59,6 +60,7 @@
|
|||
'(corfu-echo-documentation 0.25 t)
|
||||
'(dired-auto-revert-buffer t)
|
||||
'(dired-dwim-target t)
|
||||
'(dired-listing-switches "-alh")
|
||||
'(ediff-window-setup-function 'ediff-setup-windows-plain t)
|
||||
'(eglot-autoshutdown t t)
|
||||
'(eshell-scroll-to-bottom-on-input 'this t)
|
||||
|
@ -88,7 +90,7 @@
|
|||
("melpa" . 0)))
|
||||
'(package-selected-packages
|
||||
'(auctex pandoc-mode markdown-mode combobulate treesit-auto ibuffer-project aggressive-indent editorconfig tree-sitter-langs tree-sitter-ispell tree-sitter-indent tree-sitter eglot magit helpful elisp-demos all-the-icons org-appear denote evil-nerd-commenter evil-collection evil vertico orderless marginalia embark-consult embark corfu-terminal corfu consult cape))
|
||||
'(reftex-plug-into-AUCTeX t t)
|
||||
'(reftex-plug-into-AUCTeX t)
|
||||
'(safe-local-variable-values
|
||||
'((vc-prepare-patches-separately)
|
||||
(diff-add-log-use-relative-names . t)
|
||||
|
|
Loading…
Reference in New Issue