From 3ebd29ef2b4062003b4d670891ff1703ee9758f3 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 24 Jun 2020 18:06:09 +0900 Subject: [PATCH] Revert "Fix ignoramus v" This reverts commit 9f40ebf96c6f6ab59ccb5a95b9b9300b7f856016. --- emacs.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/emacs.el b/emacs.el index 295a1ce..f904e1a 100644 --- a/emacs.el +++ b/emacs.el @@ -588,16 +588,6 @@ THEM are function and its args." "/.venv/")) (global-hardhat-mode 1)) -(with-eval-after-load 'ignoramus - (defvar ignoramus-file-basename-exact-names)) - (set-variable 'ignoramus-file-basename-exact-names - (delete "profile" - ignoramus-file-basename-exact-names)) - (set-variable 'ignoramus-file-basename-exact-names - (delete "Profile" - ignoramus-file-basename-exact-names)) - ) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; title and mode-line @@ -721,9 +711,6 @@ THEM are function and its args." (advice-add 'wgrep-to-original-mode :after 'my-mode-line-color-update) -(with-eval-after-load 'hardhat - ;; TODO: Add hook to hardhat-local-hook - ()) (set-face-background 'header-line my-mode-line-background-default)