Back on stable Emacs, removed eshell alias that is not working

This commit is contained in:
Phuntsok Drak-pa 2019-08-23 13:47:17 +02:00
parent d7376158df
commit 1e11b7642b
2 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,7 @@ It should only modify the values of Spacemacs settings."
;; to compile Emacs 27 from source following the instructions in file
;; EXPERIMENTAL.org at to root of the git repository.
;; (default nil)
dotspacemacs-enable-emacs-pdumper t
dotspacemacs-enable-emacs-pdumper nil
;; File path pointing to emacs 27.1 executable compiled with support
;; for the portable dumper (this is currently the branch pdumper).

View File

@ -18,7 +18,6 @@ alias optimize sudo pacman-optimize && sync
alias nmcli nmcli -p -c auto $*
alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
alias meminfo free -m -l -t
alias ls ls --color $*
alias lns ln -si $*
alias ll ls -alh $*
alias la ls -A --color $*