Merge branch 'master' of github.com:qbit/dotconf
This commit is contained in:
commit
dae42ab7e1
@ -239,7 +239,6 @@ Magit is a awesome. Not sure what else to say about it. :P
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Go configuration
|
** Go configuration
|
||||||
|
|
||||||
*** go-add-tags
|
*** go-add-tags
|
||||||
|
|
||||||
This lets one select a ~struct~ or similar and auto add the ~`json:"NAME"`~ bits.
|
This lets one select a ~struct~ or similar and auto add the ~`json:"NAME"`~ bits.
|
||||||
@ -342,8 +341,6 @@ I don't often use the shell from emacs, but when I do these bits make it
|
|||||||
easier for me to treat it like a regular shell.
|
easier for me to treat it like a regular shell.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package fish-mode)
|
|
||||||
|
|
||||||
;; Kill terminal buffers on exit so I din't have to kill the buffer after I exit.
|
;; Kill terminal buffers on exit so I din't have to kill the buffer after I exit.
|
||||||
(defadvice term-handle-exit
|
(defadvice term-handle-exit
|
||||||
(after term-kill-buffer-on-exit activate)
|
(after term-kill-buffer-on-exit activate)
|
||||||
|
1
.zlogin
1
.zlogin
@ -62,5 +62,6 @@ alias mkae='make'
|
|||||||
alias pass="gopass"
|
alias pass="gopass"
|
||||||
alias rustc='rustc --color=never'
|
alias rustc='rustc --color=never'
|
||||||
alias sbcl="rlwrap sbcl"
|
alias sbcl="rlwrap sbcl"
|
||||||
|
alias yaegi="rlwrap yaegi"
|
||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
alias dotconf="$(which git) --git-dir=$HOME/.dotconf --work-tree=$HOME"
|
alias dotconf="$(which git) --git-dir=$HOME/.dotconf --work-tree=$HOME"
|
||||||
|
Loading…
Reference in New Issue
Block a user