doomemacs/modules/ui
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
..
deft Normalize :leader/:localleader keybinds 2018-12-23 23:54:27 -05:00
doom 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
doom-dashboard 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
doom-quit 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
fill-column ui/fci -> fill-column: replace fci w/ hl-fill-column 2019-04-01 13:44:20 -04:00
hl-todo 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
indent-guides 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
modeline 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
nav-flash 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
neotree 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
ophints 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
popup 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
pretty-code Minor refactors across the board 2019-06-26 14:31:06 +02:00
tabbar ui/tabbar: remove buffer-order function reference 2019-07-13 12:03:13 +02:00
treemacs Move treemacs-last-error-persist-file out of ~/.emacs.d 2019-07-11 17:22:27 +02:00
unicode 💥 Rethink core hook order & naming 2019-03-04 20:47:26 -05:00
vc-gutter 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
vi-tilde-fringe Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
window-select Move winum to ui/window-select module 2019-05-09 21:44:19 -04:00
workspaces ui/workspaces: refactor restoration of indirect buffers 2019-07-08 21:21:02 +02:00