diff --git a/dotfiles/.emacs.d/config.org b/dotfiles/.emacs.d/config.org index 8edeb5c..4258a77 100644 --- a/dotfiles/.emacs.d/config.org +++ b/dotfiles/.emacs.d/config.org @@ -328,6 +328,17 @@ Undo tree's use is self explanatory. While the built-in Emacs undo system is fin This is a list of installed packages not included in any other category. +** MacOS Environment Fix + +When using emacs on MacOS, the environment variables are not synced properly and therefore require a separate package to fix this. In this case, this package is the ~exec-path-from-shell~. + +#+begin_src emacs-lisp +;(use-package exec-path-from-shell + ;:config + ;(when (memq window-system '(mac ns x)) + ;(exec-path-from-shell-initialize))) +#+end_src + ** Perspective *Perspective* is a package to help with managing buffers. It allows for multiple /workspaces/ or /perspectives/ which each contain their own sub list of buffers. @@ -460,17 +471,6 @@ Alert is another library that better implements system notifications through ema 'libnotify))) #+end_src -** MacOS Environment Fix - -When using emacs on MacOS, the environment variables are not synced properly and therefore require a separate package to fix this. In this case, this package is the ~exec-path-from-shell~. - -#+begin_src emacs-lisp -(use-package exec-path-from-shell - :config - (when (memq window-system '(mac ns x)) - (exec-path-from-shell-initialize))) -#+end_src - * Builtin Package Config ** Dired diff --git a/dotfiles/.mbsyncrc b/dotfiles/.mbsyncrc index 13d5962..451eae4 100644 --- a/dotfiles/.mbsyncrc +++ b/dotfiles/.mbsyncrc @@ -1,7 +1,7 @@ IMAPAccount gmail Host imap.gmail.com User jadenprovost@gmail.com -PassCmd "bw-load && bw get password 'Emacs Gmail'" +PassCmd "export BW_SESSION=$(cat $HOME/.bw_session) && bw get password 'Emacs Gmail'" SSLType IMAPS SSLVersions TLSv1.2 AuthMechs PLAIN