summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index 440416d..8f98fdd 100644
--- a/init.el
+++ b/init.el
@@ -31,14 +31,14 @@
'("marmalade" . "http://marmalade-repo.org/packages/"))
(package-initialize)
-; sublime-themes must be installed
+;; sublime-themes must be installed
(load-theme 'spolsky t)
(set-cursor-color "White")
(setq evil-default-cursor '("white" box))
(set-background-color "#181818")
-; smart mode line
+;; smart mode line
(setq sml/theme 'respectful)
(sml/setup)
@@ -53,7 +53,7 @@
-; C-d on an empty line in the shell terminates the process.
+;; C-d on an empty line in the shell terminates the process.
(defun comint-delchar-or-eof-or-kill-buffer (arg)
(interactive "p")
(if (null (get-buffer-process (current-buffer)))