Skip to content

Commit

Permalink
tweak(defaults): don't ask about new files, better buffer naming
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 14, 2023
1 parent 662fdf0 commit a5ce718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
shell-kill-buffer-on-exit t
;; Revert non-file buffers like dired
global-auto-revert-non-file-buffers t
;; Don't prompt for confirmation when we create a new file or buffer
confirm-nonexistent-file-or-buffer nil
;; More intuitive buffer naming style
uniquify-buffer-name-style 'forward

;; ====== Performances ======
;; Don’t compact font caches during GC
Expand Down

0 comments on commit a5ce718

Please sign in to comment.