src.nth.io/

summaryrefslogtreecommitdiff
path: root/hoersten-c-style.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2011-06-05 17:47:30 -0500
committerLuke Hoersten <[email protected]>2011-06-05 17:47:30 -0500
commit93daa47b62d9491a65f3256d09e939f830d53e18 (patch)
tree934bf2e59a271fa697f3479fb0451ee29b6b9838 /hoersten-c-style.el
parentdd666cf9b9555789af09f28e8c1799bf1c741202 (diff)
Fixed some minor bugs.
Diffstat (limited to 'hoersten-c-style.el')
-rw-r--r--hoersten-c-style.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/hoersten-c-style.el b/hoersten-c-style.el
index cdd62b2..825ca24 100644
--- a/hoersten-c-style.el
+++ b/hoersten-c-style.el
@@ -31,7 +31,6 @@
;; c-like language settings (c, c++, java, etc.)
;;(require 'doxymacs)
(setq-default c-default-style "hoersten") ; load c-style
-(c-set-style "hoersten")
(message "Loading Hoersten C style...done")
(provide 'hoersten-c-style)