doomemacs/modules/editor
Henrik Lissner 149b2617b0
💥 revise hook/var fns naming convention (2/2)
This is second of three big naming convention changes. In this commit,
we change the naming conventions for hook functions and variable
functions:

1. Replace the bar | to indicate a hook function with a -h suffix, e.g.

     doom|init-ui -> doom-init-ui-h
     doom|run-local-var-hooks -> doom-run-local-var-hooks-h

2. And add a -fn suffix for functions meant to be set on variables,
   e.g.

     (setq magit-display-buffer-function #'+magit-display-buffer-fn)

See ccf327f8 for the reasoning behind these changes.
2019-07-22 02:30:38 +02:00
..
evil 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
file-templates Add a nxml-mode file template 2019-07-18 03:41:47 +02:00
fold 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
format Prevent unsaved prompts when formatting #1498 2019-06-16 19:16:22 +02:00
lispy 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
multiple-cursors 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
objed objed: add a manual actiation flag 2019-06-01 13:30:18 +02:00
parinfer Standardize the READMEs of various modules 2019-05-09 21:31:23 -04:00
rotate-text Remove deprecated set! & def-setting! macros 2019-01-05 17:48:46 -05:00
snippets editor/snippets: load doom-snippets sooner 2019-07-14 22:47:15 +02:00