Oleg Pykhalov
Oleg Pykhalov
* highlight-escape-sequences.el (turn-on-hes-mode, turn-off-hes-mode): Set font-lock-add-keywords mode to nil. Remove autoload. * highlight-escape-sequences.el (hes-mode): Add font-lock-flush. Set init-value to nil. Remove global keyword. Set lighter to " hes". Hello, This...
Hello, Thank you for this Emacs package! I found some issues: - [ ] `(turn-on-hes-mode)` doesn't apply to the current buffer. To turn on hes-mode you need to `M-x revert-buffer`....
Hi, I want to have a Lisp language in GitHunt. Here is a patch for this. Thank you for GitHunt!
Hello, Could you add a confirmation input similar to `$ git send-email` for `gh issue foo`? So in order to open new issue you should type `y` or `n` to...
This commit add dabbrev-expand as requested in #362
Hello @maximus12793 could you provide a release tarball, please? Just add a tag, for example: 1.1 or v1.1 and git push --tags
* jenkins.el (jenkins-foldername): New variable. (jenkins-jobs-view-url, jenkins-job-url): Use this. This commit adds support for https://plugins.jenkins.io/cloudbees-folder plugin. I tested jenkins.el still works with all 4 cases: ``` elisp (setq jenkins-viewname nil)...
Hello, Could you provide a release tarball, please? Just add a tag, for example: 1.1.0. Then make a git push --tags. Thanks, Oleg.