Skip to content

Commit

Permalink
Add olivetti-mode to my personal transient
Browse files Browse the repository at this point in the history
  • Loading branch information
vifon committed Oct 6, 2021
1 parent 3126032 commit d8c175e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs.d/vifon/my-transient.el
Expand Up @@ -11,6 +11,7 @@
("s" "Sort lines" sort-lines)]
[:description "Modes"
("v" "Visual line mode" visual-line-mode :transient t)
("O" "Olivetti" olivetti-mode :transient t)
("r" "Truncate lines" toggle-truncate-lines :transient t)
("ln" "Display line numbers" display-line-numbers-best :transient t)
("lh" "Highlight current line" hl-line-mode :transient t)
Expand Down

0 comments on commit d8c175e

Please sign in to comment.