Files
doomemacs/modules/lang
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
..
2019-07-14 22:04:50 +02:00
2019-07-10 21:27:12 +02:00
2019-04-24 18:16:04 -04:00
2019-07-14 17:05:48 +02:00
2019-03-02 02:04:11 -05:00
2019-03-02 02:04:11 -05:00
2019-03-02 02:04:11 -05:00
2019-07-14 17:05:48 +02:00
2019-07-07 01:58:08 +02:00
2019-03-04 20:47:26 -05:00
2019-04-24 18:16:04 -04:00
2019-07-22 02:27:45 +02:00
2019-06-15 15:37:32 +03:00
2019-07-08 22:08:59 +02:00
2019-07-14 17:05:48 +02:00
2019-07-13 13:00:26 +02:00
2019-07-07 01:58:08 +02:00
2019-07-22 02:27:45 +02:00
2019-03-02 01:34:19 -05:00
2019-04-05 02:15:23 -04:00
2018-10-16 06:22:34 +03:00