Skip to content

Commit

Permalink
[emacs] Only show current perspective instead of a full list
Browse files Browse the repository at this point in the history
When many projects were opened that segment was using a lot of space

Also update doom-modeline
  • Loading branch information
erickgnavar committed Dec 3, 2024
1 parent b3c6889 commit 58f3e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .emacs.d/bootstrap.org
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ Hide values that match regex patterns in ~.envrc~ and ~restclient~ files
:custom
;; disable warnings
(persp-suppress-no-prefix-key-warning t)
(persp-modestring-short t)
:config
(persp-mode)
;; setup vim tab like key-bindings
Expand Down
2 changes: 1 addition & 1 deletion .emacs.d/straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
("diff-hl" . "9e39dfc666ac03a8474b3a05da17e0c935894414")
("dired-hacks" . "f49a8bbf95f70671a74a24f7f4de453b2686be46")
("dired-preview" . "0b5218ec57bd398c4bae82a2e5bd2089dcdfc2d0")
("doom-modeline" . "e6ae2ecfea9b5dd26191e131382a7505f7a775b9")
("doom-modeline" . "3fd392d46548b28b7687a039371d35028b33783b")
("dumb-jump" . "542e72d3feba986a12119f6def515ef1347cb4ca")
("edit-indirect" . "bdc8f542fe8430ba55f9a24a7910639d4c434422")
("el-get" . "a5ba5852648a90ee0cde9fb5d72e69497d260eec")
Expand Down

0 comments on commit 58f3e40

Please sign in to comment.