From a6d116470148c8eb7d7e74291363c4c7a21307cb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 30 Dec 2013 15:19:33 +0100 Subject: Reorder variables --- .emacs.d/init.el | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c9df02e..d1407ab 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -86,6 +86,22 @@ MODE1 is enabled and vice-versa." "Turn off each mode in MODES." `(progn ,@(mapcar (lambda (m) `(,m -1)) modes))) +;;;; Variables + +(defvar init-stumpish-program + (expand-file-name + "~/.local/share/quicklisp/local-projects/stumpwm/contrib/stumpish") + "The location of the stumpish executable.") + +;;;;; Vacuous + +(defvar elnode-do-init) +(defvar eshell-prompt-regexp) +(defvar gnus-init-file) +(defvar sql-product) +(defvar sql-prompt-regexp) +(defvar whitespace-style) + ;;;; defun (eval-and-compile (defun loadpath-add-and-autoload (path) @@ -116,7 +132,6 @@ MODE1 is enabled and vice-versa." ;;;; gnus -(defvar gnus-init-file) (setq gnus-init-file "~/.emacs.d/site-lisp/gnus-init") ;;;; Visual cues @@ -202,11 +217,6 @@ MODE1 is enabled and vice-versa." (stante-after simple (define-key special-mode-map "z" #'kill-this-buffer)) -(defvar init-stumpish-program - (expand-file-name - "~/.local/share/quicklisp/local-projects/stumpwm/contrib/stumpish") - "The location of the stumpish executable.") - (defun stumpwm-command (cmd) "Execute CMD in stumpwm." (call-process init-stumpish-program nil nil nil cmd)) @@ -291,12 +301,6 @@ MODE1 is enabled and vice-versa." (autoload 'w3m-goto-url "w3m" nil t) (autoload 'xmodmap-mode "xmodmap-mode" nil t) -(defvar elnode-do-init) -(defvar whitespace-style) -(defvar eshell-prompt-regexp) -(defvar sql-product) -(defvar sql-prompt-regexp) - (defadvice org-agenda-redo (after ext:org-agenda-redo-add-appts) "Pressing `r' on the agenda will also add appointments." (progn -- cgit v1.2.3-54-g00ecf