diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-03-28 22:37:58 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-03-28 22:37:58 -0400 |
commit | d0a72aa75f79fea9169db6eba70bf9b72ac86896 (patch) | |
tree | d58a0c6daacfb17e5215cbfbecacbb48e6baf8f5 /app-emacs/flycheck/files/50flycheck-gentoo.el | |
parent | 0b2f7e78b2092881872a38a168975034b84da702 (diff) | |
download | ebuilds-d0a72aa75f79fea9169db6eba70bf9b72ac86896.tar.gz |
app-emacs/flycheck: removed my patched version of flycheck for now
Diffstat (limited to 'app-emacs/flycheck/files/50flycheck-gentoo.el')
-rw-r--r-- | app-emacs/flycheck/files/50flycheck-gentoo.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el deleted file mode 100644 index 5f6c703..0000000 --- a/app-emacs/flycheck/files/50flycheck-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; Flycheck site-lisp configuration -(add-to-list 'load-path "@SITELISP@") -(autoload 'flycheck-mode "flycheck" nil t) -(autoload 'global-flycheck-mode "flycheck" nil t) |