summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-04 19:27:57 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-04 19:27:57 -0500
commitd12b593a805f2dddc45178da1419d11fd7d7f01d (patch)
tree1c941cacd297bd557590f33038f0f62a4764c5c4
parentf7724e40ec232fcefaa2e0173734721eddb482b0 (diff)
Play with .emacs
-rw-r--r--.emacs28
-rw-r--r--.emacs.d/custom.el7
2 files changed, 26 insertions, 9 deletions
diff --git a/.emacs b/.emacs
index 805b4c3..498fd4b 100644
--- a/.emacs
+++ b/.emacs
@@ -69,21 +69,28 @@
(setq lts-el-get-packages
'(el-get
+ ;; 'programs'
package
+ magit
+ apel flim semi wanderlust
+ identica-mode
+
+ ;; extensions/features
rainbow-delimiters
- php-mode-improved
mmm-mode
dtrt-indent
- magit
- coffee-mode
folding
- apel flim semi wanderlust
- scss-mode
color-theme color-theme-solarized
- org-mode
- identica-mode
smarttabs
- autopair))
+ autopair
+
+ ;; modes
+ org-mode
+ php-mode-improved
+ scss-mode
+ coffee-mode
+ markdown-mode
+ ))
(when (require 'el-get nil t)
(el-get 'sync lts-el-get-packages))
@@ -99,6 +106,8 @@
(load "emacsutils")
+;;(load "mdmua")
+
(tool-bar-mode -1)
(ido-mode t)
(show-paren-mode 1)
@@ -126,7 +135,8 @@
empty
))
-;; These are my preferred settings; we let dtrt-indent detect when we play with other's files
+;; These are my preferred settings; we let dtrt-indent detect when we play with
+;; other's files
(setq-default tab-width 8)
(setq-default c-basic-offset 8)
(setq-default indent-tabs-mode t)
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
index d8fdce4..09345ce 100644
--- a/.emacs.d/custom.el
+++ b/.emacs.d/custom.el
@@ -3,4 +3,11 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(mdmua-maildir "~/Maildir")
'(scroll-bar-mode nil))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )