Enable subword mode (globally)
This commit is contained in:
parent
39d0fdd7aa
commit
a18574f65e
1 changed files with 6 additions and 0 deletions
|
|
@ -830,6 +830,12 @@ https://github.com/abo-abo/avy
|
|||
(global-set-key (kbd "C-c r") 'config-reload)
|
||||
#+END_SRC
|
||||
|
||||
** Subword
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(global-subword-mode 1)
|
||||
#+END_SRC
|
||||
|
||||
* Old stuff, maybe usefull for lookup later
|
||||
|
||||
** Diff mode stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue