about summary refs log tree commit diff
path: root/emacs.d/wpc/packages/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-05-29T20·20-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commitbdfb83dc2c23ae4fe8f1f6f73477bd04d8af7095 (patch)
treeddaa2205c793fcb45f90e0dc42f70c90904a7fa2 /emacs.d/wpc/packages/wpc-ui.el
parenteabaf0e04fa1554a8c837484f2b7f83e7b5a999f (diff)
grid-front-end -> grid-client
Ensure that the Emacs bookmarks respect the updated name change for the
Grid client repository.
Diffstat (limited to 'emacs.d/wpc/packages/wpc-ui.el')
-rw-r--r--emacs.d/wpc/packages/wpc-ui.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/wpc/packages/wpc-ui.el b/emacs.d/wpc/packages/wpc-ui.el
index fff2db3e1160..3d3b577e5906 100644
--- a/emacs.d/wpc/packages/wpc-ui.el
+++ b/emacs.d/wpc/packages/wpc-ui.el
@@ -54,7 +54,7 @@
 ;;(add-hook 'after-init-hook (lambda () (set-face-foreground 'linum "#da5468")))
 
 ;; set default buffer for Emacs
-(setq initial-buffer-choice "~/urbint/grid-front-end")
+(setq initial-buffer-choice "~/urbint/grid-client")
 
 ;; transparent Emacs
 (set-frame-parameter (selected-frame) 'alpha '(100 . 100))
@@ -91,6 +91,9 @@
 (when (string-equal system-type "darwin")
   (setq ns-auto-hide-menu-bar t))
 
+;; reduce noisiness of auto-revert-mode
+(setq auto-revert-verbose nil)
+
 ;; highlight lines that are over 100 characters long
 (use-package whitespace
   :config