This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
add flycheck prefs
pull/1/head
10sr
11 years ago
parent
f634dc3590
commit
7f8103cf7e
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
emacs.el
+ 4
- 0
emacs.el
View File
@@ -655,6 +655,10 @@ found, otherwise returns nil."
(lazy-load-eval 'sudoku)
;; https://github.com/lunaryorn/flycheck
(when (require 'flycheck nil t)
(add-hook 'after-init-hook #'global-flycheck-mode))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; window
Write
Preview
Loading…
Cancel
Save