This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
use flyspell and set column limit to 80 for markdown
pull/1/head
Brett Langdon
11 years ago
parent
235a664cdf
commit
b9853fd50d
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
emacs
+ 3
- 1
emacs
View File
@ -60,7 +60,9 @@
(flymake-php-mode)))
(add-hook 'markdown-mode-hook (lambda()
(require 'poly-markdown)
(poly-markdown-mode 1)))
(poly-markdown-mode 1)
(flyspell-mode 1)
(setq fci-rule-column 80)))
(add-hook 'python-mode-hook (lambda()
(auto-complete-mode)
(elpy-mode)
Write
Preview
Loading…
Cancel
Save