uniquify buffer names better; solid corfus
This commit is contained in:
parent
c2b61e4c66
commit
36ff6dc034
@ -805,5 +805,11 @@ targets."
|
|||||||
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
||||||
(use-package tree-sitter-langs)
|
(use-package tree-sitter-langs)
|
||||||
|
|
||||||
|
;; unique buffer names
|
||||||
|
(use-package uniquify
|
||||||
|
:straight (:type built-in)
|
||||||
|
:custom (uniquify-buffer-name-style 'forward)
|
||||||
|
:init (require 'uniquify))
|
||||||
|
|
||||||
(provide 'mitch-packages)
|
(provide 'mitch-packages)
|
||||||
;;; mitch-packages.el ends here
|
;;; mitch-packages.el ends here
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
;; Set transparent background; might break older emacsen
|
;; Set transparent background; might break older emacsen
|
||||||
(add-to-list 'initial-frame-alist '(alpha-background . 50))
|
(add-to-list 'initial-frame-alist '(alpha-background . 50))
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 50))
|
;; (add-to-list 'default-frame-alist '(alpha-background . 50))
|
||||||
(add-to-list 'default-frame-alist '(cursor-color . "white"))
|
(add-to-list 'default-frame-alist '(cursor-color . "white"))
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user