Skip to content

Commit

Permalink
emacs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Jul 3, 2020
1 parent 44f4bf7 commit 420d1a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@

(use-package org-agenda-property)

(use-package org-bullets
:hook (org-mode . org-bullets-mode))
(use-package org-superstar
:hook (org-mode . org-superstar-mode))

(use-package clojure-mode
:hook
Expand Down
2 changes: 2 additions & 0 deletions .emacs.d/lisp/tj.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

(global-so-long-mode 1)

(setq initial-major-mode 'org-mode)

(add-hook 'prog-mode-hook 'hs-minor-mode)
;; (add-hook 'prog-mode-hook 'disable-font-lock-mode)
;; (add-hook 'protobuf-mode-hook 'disable-font-lock-mode)
Expand Down
7 changes: 3 additions & 4 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ source $HOME/.shrc

[[ -f $HOME/work.sh ]] && source $HOME/work.sh

export GOENV_ROOT=$HOME/.goenv
export PATH="$GOENV_ROOT/bin:$PATH"

[ -d ~/.zsh/z ] && . ~/.zsh/z/zsh-z.plugin.zsh

# for emacs vterm.el
Expand All @@ -17,10 +14,12 @@ case $TERM in
;;
esac

export GOENV_ROOT=$HOME/.goenv
export PATH="$GOENV_ROOT/bin:$PATH"

if type goenv &> /dev/null; then
eval "$(goenv init -)"
fi

export PATH="$GOPATH/bin:$PATH"

export GO111MODULE=on

0 comments on commit 420d1a2

Please sign in to comment.