diff options
Diffstat (limited to 'accounts/gkleen@sif/emacs.el')
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 52dd551a..a2288bf9 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -79,6 +79,15 @@ | |||
79 | ) | 79 | ) |
80 | (add-hook 'js-mode-hook 'my-js-mode-hook) | 80 | (add-hook 'js-mode-hook 'my-js-mode-hook) |
81 | 81 | ||
82 | (defun anansi-mode-hook () | ||
83 | (setq indent-tabs-mode nil) | ||
84 | ) | ||
85 | (define-derived-mode anansi-mode | ||
86 | markdown-mode "Anansi" | ||
87 | "Major mode for anansi" | ||
88 | 'anansi-mode-hook) | ||
89 | (add-to-list 'auto-mode-alist '("\\.anansi\\'" . anansi-mode)) | ||
90 | |||
82 | (setq undo-tree-auto-save-history t) | 91 | (setq undo-tree-auto-save-history t) |
83 | 92 | ||
84 | (defvar expand-file-name-custom-tilde-alist '(("u2w-srv01" . "/ssh:srv01.uniworx.de:/home/gkleen/projects/uni2work") ("fra-srv01" . "/ssh:srv01.uniworx.de:/home/gkleen/projects/fradrive"))) | 93 | (defvar expand-file-name-custom-tilde-alist '(("u2w-srv01" . "/ssh:srv01.uniworx.de:/home/gkleen/projects/uni2work") ("fra-srv01" . "/ssh:srv01.uniworx.de:/home/gkleen/projects/fradrive"))) |