custom.el: y-n-p, dired switches

Signed-off-by: Frieder Schlesier <frieder@fschl.de>
This commit is contained in:
Frieder Schlesier 2023-07-19 22:24:59 +02:00
parent 0ff6257a93
commit fc9a69a894
1 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@
(menu-bar-mode -1) (menu-bar-mode -1)
(tool-bar-mode -1) (tool-bar-mode -1)
(scroll-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 () (defun org-babel-tangle-config ()
"Tangle all Org-mode files in `user-emacs-directory` after save." "Tangle all Org-mode files in `user-emacs-directory` after save."
@ -43,7 +44,7 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(LaTeX-electric-left-right-brace t) '(LaTeX-electric-left-right-brace t)
'(Man-notify-method 'aggressive t) '(Man-notify-method 'aggressive)
'(TeX-auto-save t) '(TeX-auto-save t)
'(TeX-electric-math '("$" . "$")) '(TeX-electric-math '("$" . "$"))
'(TeX-electric-sub-and-superscript t) '(TeX-electric-sub-and-superscript t)
@ -59,6 +60,7 @@
'(corfu-echo-documentation 0.25 t) '(corfu-echo-documentation 0.25 t)
'(dired-auto-revert-buffer t) '(dired-auto-revert-buffer t)
'(dired-dwim-target t) '(dired-dwim-target t)
'(dired-listing-switches "-alh")
'(ediff-window-setup-function 'ediff-setup-windows-plain t) '(ediff-window-setup-function 'ediff-setup-windows-plain t)
'(eglot-autoshutdown t t) '(eglot-autoshutdown t t)
'(eshell-scroll-to-bottom-on-input 'this t) '(eshell-scroll-to-bottom-on-input 'this t)
@ -88,7 +90,7 @@
("melpa" . 0))) ("melpa" . 0)))
'(package-selected-packages '(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)) '(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 '(safe-local-variable-values
'((vc-prepare-patches-separately) '((vc-prepare-patches-separately)
(diff-add-log-use-relative-names . t) (diff-add-log-use-relative-names . t)