summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-07-31 22:17:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-07-31 22:17:57 +0200
commit17d726df13fa1cd63291ba6fcf5ddcc6b055c6b9 (patch)
tree01252942102921f512777c759fefff22af77c653 /.emacs.d
parent0c9f38338e5d966d843a2482c8eb2298b4363b05 (diff)
downloaddotfiles-17d726df13fa1cd63291ba6fcf5ddcc6b055c6b9.tar.gz
dotfiles-17d726df13fa1cd63291ba6fcf5ddcc6b055c6b9.tar.bz2
dotfiles-17d726df13fa1cd63291ba6fcf5ddcc6b055c6b9.zip
[emacs] full-column-indicator
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/custom.el2
-rw-r--r--.emacs.d/el-get-init.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
index ef41b54..47bf551 100644
--- a/.emacs.d/custom.el
+++ b/.emacs.d/custom.el
@@ -3,6 +3,8 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(fci-rule-color "firebrick1")
+ '(fill-column 80)
'(indent-tabs-mode nil)
'(isar-display:show-main-goal t)
'(isar-maths-menu-enable t)
diff --git a/.emacs.d/el-get-init.el b/.emacs.d/el-get-init.el
index cb127ce..4eadeec 100644
--- a/.emacs.d/el-get-init.el
+++ b/.emacs.d/el-get-init.el
@@ -15,7 +15,7 @@
(setq my-packages
(append
- '(color-theme el-get sml-mode)
+ '(color-theme el-get sml-mode fill-column-indicator)
(mapcar 'el-get-source-name el-get-sources)))
(el-get 'sync my-packages)