summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-02-09 16:40:49 -0500
committerKJ Ørbekk <orbekk@google.com>2016-02-09 16:51:53 -0500
commitfdedec1b4ecd17106603c2960f78253625d1d125 (patch)
tree805c0ffde46103217cabdf9910ba038f79cf3f4f /spacemacs
parent7d227de502e327972d4e5e6455a09bb3f2f68699 (diff)
Minor spaceship improvements.
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs5
1 files changed, 4 insertions, 1 deletions
diff --git a/spacemacs b/spacemacs
index 80db1c0..23b3f25 100644
--- a/spacemacs
+++ b/spacemacs
@@ -222,7 +222,7 @@ user code."
(lambda () (interactive) (org-capture nil "t")))
(evil-leader/set-key-for-mode
- 'org-mode "mh" 'org-up-element)
+ 'org-mode "oh" 'org-up-element)
)
(defun kj-org-config ()
@@ -250,6 +250,9 @@ layers configuration. You are free to put any user code."
(kj-bindings)
(kj-org-config)
(load-file "~/.spacemacs.local")
+ ;; Show 80-column marker
+ (define-globalized-minor-mode global-fci-mode fci-mode (lambda () (fci-mode 1)))
+ (global-fci-mode 1)
;; I have been warned about magit stealing my files:
(setq magit-last-seen-setup-instructions "1.4.0")
(setq-default git-magit-status-fullscreen t)