Skip to content

Commit

Permalink
emacs: replace direnv mode with envrc and pin centaur to keep hidden …
Browse files Browse the repository at this point in the history
…tabs hidden
  • Loading branch information
mattsawyer77 committed Aug 21, 2024
1 parent 7b003b3 commit 086bc4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions home/doom/emacs/+editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -960,3 +960,6 @@ wheel."

(after! emacs-eat
(setq eat-term-name "xterm-256color"))

(after! envrc
(envrc-global-mode))
2 changes: 1 addition & 1 deletion home/doom/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

:tools
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
direnv
;; direnv ;; disabled due to https://github.com/wbolster/emacs-direnv/issues/17
(docker +lsp)
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
Expand Down
4 changes: 3 additions & 1 deletion home/doom/emacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
(package! info-colors)
(package! textsize)
(package! org-modern)
(package! centaur-tabs)
;; (unpin! centaur-tabs)
(package! centaur-tabs :pin "d6009c295a4363930247ae9a4d1125aea4d3fd74")
(package! ewal)
(package! git-auto-commit-mode)
;; (package! doom-nano-modeline
Expand Down Expand Up @@ -97,4 +98,5 @@
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el"))))
(package! envrc)
(disable-packages! hl-line)

0 comments on commit 086bc4d

Please sign in to comment.