diff --git a/core/core-helm.el b/core/core-helm.el index 0f73917be..71d6b0f16 100644 --- a/core/core-helm.el +++ b/core/core-helm.el @@ -101,7 +101,7 @@ (projectile-global-mode +1) - (advice-add 'projectile-prepend-project-name :override 'narf*projectile-replace-prompt) + ;; (advice-add 'projectile-prepend-project-name :override 'narf*projectile-replace-prompt) (require 'helm-projectile)) diff --git a/core/core-ui.el b/core/core-ui.el index 3b5cd3eda..a94bd6f8e 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -127,8 +127,7 @@ (remove-hook 'post-command-hook 'narf|nlinum-hl-line) (narf|nlinum-unhl-line)) - ;; Preset width nlinum - (add-hook! (markdown-mode prog-mode scss-mode web-mode) 'narf|nlinum-enable) + ;; (add-hook! (markdown-mode prog-mode scss-mode web-mode) 'narf|nlinum-enable) :config (defun narf|nlinum-unhl-line () "Highlight line number"