bash_profile: Don't call `vt-is-UTF8' on a pty.
[profile] / emacs
diff --git a/emacs b/emacs
index 4337d39..9f18596 100644 (file)
--- a/emacs
+++ b/emacs
@@ -60,7 +60,7 @@
 
 (trap (or mdw-fast-startup (require 'tex-site)))
 
-(trap (or mdw-fast-startup (semantic-load-enable-excessive-code-helpers)))
+(trap (or mdw-fast-startup (semantic-load-enable-minimum-features)))
 
 ;; --- Skeleton stuff ---
 
      (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode))
 
 (or mdw-fast-startup
-    (trap (bbdb-initialize 'gnus 'sendmail 'vm 'message)))
+    (trap (bbdb-initialize 'gnus 'sendmail 'message)))
 (setq bbdb-north-american-phone-numbers-p nil)
 
 ;; --- Customization ---
 
 ;; --- Org-mode agenda ---
 
-(setq org-agenda-include-diary t)
+(setq org-agenda-include-diary t
+      org-tags-column -77)
 
 ;; --- Cosmetic stuff ---
 
                'mouse-drag-vertical-line)
 (global-set-key [vertical-scroll-bar C-mouse-1]
                #'(lambda () (interactive)))
+(global-set-key [XF86WakeUp] "")
 (and (not mdw-fast-startup) (fboundp 'hippie-expand)
      (global-set-key [?\M-/] 'hippie-expand))