doomemacs/core/autoload
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
..
buffers.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cache.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cli.el Prevent non-prefix key errors on doom//refresh 2019-05-12 01:43:22 -04:00
config.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
debug.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
files.el Minor refactors across the board 2019-06-26 14:31:06 +02:00
fonts.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
help.el Fix error in doom/help-packages for gnu packages 2019-07-09 23:30:59 +02:00
hydras.el Add doom/{increase,decrease,reset}-font commands 2019-05-12 21:56:52 -04:00
line-numbers.el
message.el Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
packages.el 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
projects.el Fix set-project-type! 2019-07-09 02:19:35 +02:00
scratch.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
sessions.el
text.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
ui.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00