From 781360f5507d5e2cfc29e391116ab9943c657d70 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Wed, 4 Feb 2015 11:05:42 -0600 Subject: Big updates to haskell-mode stuff. --- lisp/hoersten-c-style.el | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 lisp/hoersten-c-style.el (limited to 'lisp/hoersten-c-style.el') diff --git a/lisp/hoersten-c-style.el b/lisp/hoersten-c-style.el deleted file mode 100644 index 043a499..0000000 --- a/lisp/hoersten-c-style.el +++ /dev/null @@ -1,36 +0,0 @@ -;; ~/.emacs.d/hoersten-c-style.el -;; Luke Hoersten - -;; hoersten c++-style -(c-add-style - "hoersten" - '(;; indentation - (indent-tabs-mode . t) - (tab-width . 3) - (c-basic-offset . 3) - - ;; brace cleanups - (c-cleanup-list - brace-else-brace - brace-elseif-brace - brace-catch-brace - empty-defun-braces - defun-close-semi - list-close-comma - scope-operator) - - ;; syntactic symbols - (c-offsets-alist - (substatement-open . 0) - (inline-open . 0) - (case-label . +) - (innamespace . 0) - (arglist-cont-nonempty . +) - (cpp-macro . -)))) - -;; c-like language settings (c, c++, java, etc.) -;;(require 'doxymacs) -(setq-default c-default-style "hoersten") ; load c-style - -(message "Loading hoersten-c-style...done") -(provide 'hoersten-c-style) -- cgit v1.2.3