Skip to content

Commit

Permalink
Use ethan-wspace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Jun 25, 2024
1 parent f2d0df2 commit 2d1c6c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ The format of arguments to =set-defaults= is identical to the one used by
| mac-option-modifier | 'super |
| mac-right-option-modifier | nil |
| mode-line-default-help-echo | nil |
| mode-require-final-newline | nil |
| next-error-recenter | t |
| ns-function-modifier | 'hyper |
| ns-pop-up-frames | nil |
Expand Down Expand Up @@ -2740,6 +2741,14 @@ Most of these are available in MELPA.
:bind ("<f9>". gif-screencast-start-or-stop))
#+END_SRC

**** ethan-wspace

#+BEGIN_SRC emacs-lisp
(use-package ethan-wspace
:config
(global-ethan-wspace-mode 1))
#+END_SRC

**** git-attr

#+BEGIN_SRC emacs-lisp
Expand Down

0 comments on commit 2d1c6c0

Please sign in to comment.