summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-02-06 13:46:47 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-02-06 13:46:47 -0500
commit124367bec1d392b4ae63d4479954225445996452 (patch)
tree99d5bc137852dfcb29272ce0a5cc6211d6866bde /.config/emacs
parentb15e584c1a5a32b8a61feca0d954de6af15da8ed (diff)
stuff
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/custom.el3
-rw-r--r--.config/emacs/init.el5
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index 90cbcd7..77ed6cd 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -16,6 +16,7 @@
'(ruby-deep-indent-paren nil)
'(safe-local-variable-values (quote ((Nginx-indent-tabs-mode) (Nginx-indent-level . 4) (Nginx-indent-level . 8))))
'(scroll-bar-mode nil)
+ '(scss-compile-at-save nil)
'(send-mail-function (quote smtpmail-send-it))
'(sh-basic-offset 8)
'(sh-indent-comment t))
@@ -24,4 +25,4 @@
;; 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.
-)
+ )
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 9c3fcad..7645690 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -1,6 +1,6 @@
;; Preliminary settings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-;(set-face-attribute 'default nil :height 80)
+;(set-default-font "DejaVu Sans Mono-8")
+(set-face-attribute 'default nil :height 93)
(setq notify-method 'notify-via-libnotify)
(add-to-list 'load-path "~/.emacs.d/")
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
@@ -128,7 +128,6 @@
inhibit-startup-screen t
line-number-mode t
server-use-tcp t
- server-mode t
show-paren-mode t)
(setq browse-url-generic-program (executable-find "v-www-browser")