Update README.md

This commit is contained in:
James Cherti
2025-06-13 16:44:48 -04:00
parent 0606abc726
commit 991671323b

View File

@@ -1292,8 +1292,7 @@ fc-list : family | sed 's/,/\n/g' | sort -u
:custom :custom
(uniquify-buffer-name-style 'reverse) (uniquify-buffer-name-style 'reverse)
(uniquify-separator "•") (uniquify-separator "•")
(uniquify-after-kill-buffer-p t) (uniquify-after-kill-buffer-p t))
(uniquify-ignore-buffers-re "^\\*"))
;; Window dividers separate windows visually. Window dividers are bars that can ;; Window dividers separate windows visually. Window dividers are bars that can
;; be dragged with the mouse, thus allowing you to easily resize adjacent ;; be dragged with the mouse, thus allowing you to easily resize adjacent
@@ -1319,6 +1318,9 @@ fc-list : family | sed 's/,/\n/g' | sort -u
"\\|^flymake_.*")) "\\|^flymake_.*"))
(add-hook 'dired-mode-hook #'dired-omit-mode) (add-hook 'dired-mode-hook #'dired-omit-mode)
;; Enables visual indication of minibuffer recursion depth after initialization.
(add-hook 'after-init-hook #'minibuffer-depth-indicate-mode)
;; Configure Emacs to ask for confirmation before exiting ;; Configure Emacs to ask for confirmation before exiting
(setq confirm-kill-emacs 'y-or-n-p) (setq confirm-kill-emacs 'y-or-n-p)