doomemacs/modules/ui
Henrik Lissner 82ae3a73f3
def-advice!->defadvice! & conform to new advice conventions
This commit does two things:

- Renames def-advice! to defadvice!, in the spirit of naming convenience
  macros after the function/macro they enhance or replace.
- Correct the names of advice functions to indicate visibility and
  intent. A public advice function like doom-set-jump-a is meant to be
  used elsewhere. A private one like +dired--cleanup-header-line-a
  shouldn't -- it likely won't work anywhere but the function(s) it was
  made to advise.
2019-07-23 17:24:56 +02:00
..
deft 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
doom def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
doom-dashboard core-lib: add doom-{glob,path,dir}, replace {file,dir}! 2019-07-22 02:30:39 +02:00
doom-quit 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
fill-column ui/fill-column: move init code into autoload. 2019-07-22 02:37:46 +02:00
hl-todo 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
hydra Add ui/hydra module 2019-07-22 23:51:12 +02:00
indent-guides 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
modeline def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
nav-flash 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
neotree def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
ophints 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
popup def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
pretty-code Minor refactors across the board 2019-06-26 14:31:06 +02:00
tabbar 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
treemacs 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
unicode Fix 'command not found' errors for hidden commands 2019-07-22 04:46:14 +02:00
vc-gutter 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
vi-tilde-fringe Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
window-select 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
workspaces def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00