- 14 Apr, 2019 1 commit
-
-
akinnane authored
Revert cab1ac6e The change from the above commit breaks opening a new emacs frame if there isn't a existing frame open. When emacs is running in daemon mode, there will always be a frame associated with the daemon, even if there are no visible frames. The lisp function `frame-list`, will always return 1 frame. ``` emacsclient --eval '(frame-list)' (#<frame F1 0xa3c680>) ``` When an real frame is open, two frames are reported by the `frame-list` function. ``` emacsclient --eval '(frame-list)' (#<frame F1 0xa3c680> #<frame emacs Prelude - ~/oh-my-zsh/plugins/emacs/emacsclient.sh 0xf50e10>) ``` See: https://emacs.stackexchange.com/questions/44537/extra-frame-in-visible-frame-list-when-started-in-daemon-mode-is-causing-prob https://emacs.stackexchange.com/questions/18859/dont-let-the-daemon-frame-make-a-file-visible
-
- 10 Apr, 2019 2 commits
-
-
Marc Cornellà authored
The previous version modified the whole environment leading to problems (see #7757). This version *adds* LANG=C to the current env, without overriding it completely. Fixes #7757.
-
Marc Cornellà authored
Fixes #7754
-
- 09 Apr, 2019 23 commits
-
-
Roman Perepelitsa authored
* Remove TRAPWINCH; it's unrelated to vi-mode * Update prompt with ad hoc KEYMAP variable Fixes mode indicator when the terminal window is resized
-
Pmoranga authored
changes: - easily customize the colors via variables - command to switch on/off the custom prompt - Improved documentation with example on how to append on the prompt. Fixes #7261
-
Jayden Thrasher authored
-
programmer04 authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
rl1k authored
-
Alex Parker authored
I was adding autojump on a new machine and annoyingly forgot that autojump was to be installed on its own. This may be helpful.
-
Maximilian Güntner authored
Signed-off-by: Maximilian Güntner <code@maschinenpsychologe.de>
-
Marc Cornellà authored
Fixes #5779 Fixes #5405
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
黄璞 authored
yaourt -> yay
-
Marc Cornellà authored
Fixes #6999
-
Marc Cornellà authored
-
Marc Cornellà authored
Source: https://github.com/zsh-users/zsh-completions/blob/master/src/_httpie Related: #7308
-
Marc Cornellà authored
Fixes #7480
-
Umberto Lentini authored
-
Marc Cornellà authored
The whois.geek.nz resolver is now dead. Fixes #7297
-
Marc Cornellà authored
-
- 08 Apr, 2019 8 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #6620
-
Fabricio Biazzotto authored
Fixes #6981.
-
Marc Cornellà authored
Fixes #4151
-
programmer04 authored
-
Marc Cornellà authored
Fixes #6805
-
Marc Cornellà authored
* Stop loading git plugin * Update completion and git-prompt to v2.10 * Update completion to v2.14
-
Sascha Bratton authored
Fixes #5453.
-
- 07 Apr, 2019 3 commits
-
-
Roman Dzieciol authored
-
sheveko authored
As described in #6086 there will be an error when one set another language than English.
-
Asatur Meltonyan authored
1. List the tags that match the pattern(s) passed through the argument. 2. Displays the first line of the annotation message along with the tag, or the line of the first commit message if the tag is not annotated. 3. Sorts and displays tags in descending order.
-
- 02 Apr, 2019 1 commit
-
-
Marc Cornellà authored
This reverts commit 0e0789fb.
-
- 31 Mar, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7716
-
- 29 Mar, 2019 1 commit
-
-
Simen Bekkhus authored
-