mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Global-subword mode
This commit is contained in:
parent
f7ace047ba
commit
80c51cd18e
2 changed files with 8 additions and 0 deletions
|
@ -237,6 +237,7 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
(setq global-auto-revert-mode nil)
|
||||
(setq auto-revert-use-notify t)
|
||||
|
||||
;; Neotree fun
|
||||
(defun neotree-snipe-dir ()
|
||||
(interactive)
|
||||
(if (projectile-project-root)
|
||||
|
@ -248,6 +249,9 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
(map! :leader :desc "Open neotree here" "o n" #'neotree-snipe-dir
|
||||
:desc "Hide neotree" "o N" #'neotree-hide)
|
||||
|
||||
;; For camelCase
|
||||
(global-subword-mode 1)
|
||||
|
||||
#+END_SRC
|
||||
** Registers
|
||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue