Skip to content

Commit

Permalink
Custom.el for emacs prelude.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm2dev committed May 1, 2014
1 parent a9a914b commit 1ec4391
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions emacs/prelude/personal/custom.el
@@ -0,0 +1,15 @@
(prelude-require-package 'xquery-mode)

;; xquery mode
(require 'xquery-mode)
(autoload 'xquery-mode "xquery-mode" "XQuery mode" t )
(setq auto-mode-alist
(append '(("\\.xqy$" . xquery-mode)) auto-mode-alist))

(add-to-list 'default-frame-alist '(font . "Source Code Pro 12"))

;; battery mode
(display-battery-mode 1)

;; ox-reveal for revealjs presentations
(require 'ox-reveal)

0 comments on commit 1ec4391

Please sign in to comment.