Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elisp tweaks #2887

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable edebug keys in normal-state
  • Loading branch information
luxbock committed Sep 4, 2015

Unverified

This user has not yet uploaded their public signing key.
commit 0375f32b95ff6f1d7ba78b6a72d071669c74a455
3 changes: 2 additions & 1 deletion contrib/!lang/emacs-lisp/packages.el
Original file line number Diff line number Diff line change
@@ -78,7 +78,8 @@
(spacemacs|define-text-object ";"
"elisp-comment"
";; "
""))))
"")))
(add-hook 'edebug-mode-hook 'evil-normalize-keymaps))

(defun emacs-lisp/post-init-flycheck ()
;; Make flycheck recognize packages in loadpath