bash_profile: Don't call `vt-is-UTF8' on a pty.
[profile] / emacs
diff --git a/emacs b/emacs
index f7b860d..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 ---
 
 
 ;; --- Org-mode agenda ---
 
-(setq org-agenda-include-diary t)
+(setq org-agenda-include-diary t
+      org-tags-column -77)
 
 ;; --- Cosmetic stuff ---