Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
0b53cd52
Commit
0b53cd52
authored
Nov 04, 2019
by
David Sveningsson
Browse files
emacs: fix flycheck prefix key
parent
4420d6ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
global/emacs.d/init.org
View file @
0b53cd52
...
...
@@ -249,7 +249,7 @@ Syntax checking. https://www.flycheck.org/en/latest/
:ensure t
:diminish flycheck-mode
:init
(setq flycheck-keymap-prefix "C-c
!
!")
(setq flycheck-keymap-prefix
(kbd
"C-c
C-
!")
)
(global-flycheck-mode)
(global-set-key (kbd "C-c !") 'ext/hydra-flycheck/body)
:config
...
...
@@ -257,9 +257,10 @@ Syntax checking. https://www.flycheck.org/en/latest/
(defhydra ext/hydra-flycheck
(:hint nil)
"
^~flycheck~
_n_ext _p_rev _c_ompile _v_erify checker
_e_xplain _d_isplay _s_elect _V_erify setup
_j_ump _l_ist ^^ _q_
:
uit
_j_ump _l_ist ^^ _q_uit
"
("n" flycheck-next-error)
("p" flycheck-previous-error)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment