Browse Source

Updated i3-emacs-dir-term

Samuel W. Flint 6 years ago
parent
commit
b9471b12e2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      i3-emacs-dir-term

+ 1 - 3
i3-emacs-dir-term

@@ -1,6 +1,4 @@
 #!/bin/sh
 
-DIRECTORY=$(emacsclient --eval "(with-current-buffer (other-buffer) default-directory)" | awk -F\" -e '{print $2}')
-
-cd $DIRECTORY
+cd $(cat ~/.emacs_cwd)
 urxvto