diff --git a/customizations.el b/customizations.el index b809184..47aa42c 100644 --- a/customizations.el +++ b/customizations.el @@ -68,22 +68,22 @@ form-feed ggtags gist - gitconfig-mode git-gutter-fringe + git-messenger + git-timemachine + gitconfig-mode github-notifier gitignore-mode gitlab - git-messenger - git-timemachine gnugo gobgen google goto-last-change helm helm-ag + helm-c-yasnippet helm-chrome helm-company - helm-c-yasnippet helm-descbinds helm-describe-modes helm-flycheck @@ -97,13 +97,12 @@ helm-smex helm-swoop helm-unicode - highlight-indent-guides hl-todo hungarian-holidays hungry-delete hyde - identica-mode id-manager + identica-mode jinja2-mode js2-mode json-mode diff --git a/init.el b/init.el index 2ca46eb..df5b6a9 100644 --- a/init.el +++ b/init.el @@ -954,12 +954,6 @@ (setq eshell-highlight-prompt nil eshell-prompt-function 'epe-theme-lambda))) -(use-package highlight-indent-guides - :ensure t - :config - (add-hook 'prog-mode-hook 'highlight-indent-guides-mode) - (setq highlight-indent-guides-method 'character)) - (use-package expand-region :ensure t :bind