Mon, 16 Nov 2020 14:26:40 +0200 |
Oleksandr Gavenko |
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
|
file |
diff |
annotate
|
Mon, 16 Nov 2020 14:23:28 +0200 |
Oleksandr Gavenko |
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
|
file |
diff |
annotate
|
Mon, 16 Nov 2020 00:32:43 +0200 |
Oleksandr Gavenko |
Eliminated lags when navigating diff file cause by visiting files behind the
|
file |
diff |
annotate
|
Sun, 01 Nov 2020 15:05:04 +0200 |
Oleksandr Gavenko |
Replaced eval-after-load => with-eval-after-load for its easier syntax.
|
file |
diff |
annotate
|
Sun, 01 Nov 2020 14:26:50 +0200 |
Oleksandr Gavenko |
Add association if `key' is not in `alist' and replace all accociation with
|
file |
diff |
annotate
|
Tue, 13 Oct 2020 21:24:58 +0300 |
Oleksandr Gavenko |
Disabled hunk refinement during font-lock, introduced in v27.1.
|
file |
diff |
annotate
|
Tue, 13 Oct 2020 20:51:39 +0300 |
Oleksandr Gavenko |
Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
|
file |
diff |
annotate
|
Sat, 03 Oct 2020 22:46:26 +0300 |
Oleksandr Gavenko |
Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
|
file |
diff |
annotate
|
Sat, 03 Oct 2020 22:45:06 +0300 |
Oleksandr Gavenko |
Fixed typo in a condition.
|
file |
diff |
annotate
|
Wed, 30 Sep 2020 14:11:24 +0300 |
Oleksandr Gavenko |
Use ivy-switch-buffer if available.
|
file |
diff |
annotate
|
Tue, 22 Sep 2020 12:55:29 +0300 |
Oleksandr Gavenko |
Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
|
file |
diff |
annotate
|
Tue, 22 Sep 2020 12:53:26 +0300 |
Oleksandr Gavenko |
Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
|
file |
diff |
annotate
|
Tue, 01 Sep 2020 13:22:16 +0300 |
Oleksandr Gavenko |
Moved save-place to a separate section.
|
file |
diff |
annotate
|
Tue, 01 Sep 2020 13:20:18 +0300 |
Oleksandr Gavenko |
save-place-mode is since v25.1.
|
file |
diff |
annotate
|
Sun, 30 Aug 2020 18:53:38 +0300 |
Oleksandr Gavenko |
Added interesting time zones for M-x display-time-world.
|
file |
diff |
annotate
|
Sun, 16 Aug 2020 00:13:35 +0300 |
Oleksandr Gavenko |
Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
|
file |
diff |
annotate
|
Wed, 27 May 2020 13:28:47 +0300 |
Oleksandr Gavenko |
Enable typescript-mode for .tsx files.
|
file |
diff |
annotate
|
Thu, 26 Mar 2020 14:58:47 +0200 |
Oleksandr Gavenko |
my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
|
file |
diff |
annotate
|
Thu, 12 Mar 2020 12:37:36 +0200 |
Oleksandr Gavenko |
Set display-raw-bytes-as-hex for Emacs 26.
|
file |
diff |
annotate
|
Thu, 12 Mar 2020 12:32:22 +0200 |
Oleksandr Gavenko |
Expression was simplified.
|
file |
diff |
annotate
|
Thu, 12 Mar 2020 12:27:12 +0200 |
Oleksandr Gavenko |
Simplified expression.
|
file |
diff |
annotate
|
Sun, 23 Feb 2020 14:45:23 +0200 |
Oleksandr Gavenko |
Moved experimental code to non-hg tracked file.
|
file |
diff |
annotate
|
Mon, 17 Feb 2020 13:44:36 +0200 |
Oleksandr Gavenko |
Improved handling of long lines. Added docs.
|
file |
diff |
annotate
|
Mon, 10 Feb 2020 00:56:19 +0200 |
Oleksandr Gavenko |
Enabled new gadialog mode.
|
file |
diff |
annotate
|
Wed, 08 Jan 2020 22:23:31 +0200 |
Oleksandr Gavenko |
Grouped magit and vc modes.
|
file |
diff |
annotate
|
Wed, 11 Dec 2019 22:39:13 +0200 |
Oleksandr Gavenko |
Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
|
file |
diff |
annotate
|
Wed, 11 Dec 2019 00:35:10 +0200 |
Oleksandr Gavenko |
I need to visit work file with UTF-8 support.
|
file |
diff |
annotate
|
Tue, 10 Dec 2019 19:49:45 +0200 |
Oleksandr Gavenko |
inhibit-startup-buffer-menu
|
file |
diff |
annotate
|
Tue, 10 Dec 2019 19:38:14 +0200 |
Oleksandr Gavenko |
initial-major-mode is fundamental-mode.
|
file |
diff |
annotate
|
Tue, 10 Dec 2019 18:08:41 +0200 |
Oleksandr Gavenko |
Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
|
file |
diff |
annotate
|
Tue, 10 Dec 2019 18:04:16 +0200 |
Oleksandr Gavenko |
Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
|
file |
diff |
annotate
|
Mon, 19 Aug 2019 18:28:12 +0300 |
Oleksandr Gavenko |
Fix: removed quotation from sub-element inside quoted expression.
|
file |
diff |
annotate
|
Sun, 28 Jul 2019 13:49:08 +0300 |
Oleksandr Gavenko |
No need for default value. It can hide bug.
|
file |
diff |
annotate
|
Wed, 17 Jul 2019 00:53:27 +0300 |
Oleksandr Gavenko |
Fixed hs-special-modes-alist START regex to allow '/' in attr values (like base64 encoded data) and enabled proper nxml-forward-element balancing function.
|
file |
diff |
annotate
|
Tue, 04 Jun 2019 19:38:35 +0300 |
Oleksandr Gavenko |
Show diff for REV.
|
file |
diff |
annotate
|
Sun, 02 Jun 2019 14:45:01 +0300 |
Oleksandr Gavenko |
Added magit-revision-mode to my-text-mode-list.
|
file |
diff |
annotate
|
Thu, 16 May 2019 00:26:05 +0300 |
Oleksandr Gavenko |
Enable TODO highlighting in all prod modes without listing all modes.
|
file |
diff |
annotate
|
Tue, 07 May 2019 00:48:54 +0300 |
Oleksandr Gavenko |
Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
|
file |
diff |
annotate
|
Tue, 07 May 2019 00:48:25 +0300 |
Oleksandr Gavenko |
Fix: string-to-int was removed in v26.1.
|
file |
diff |
annotate
|
Tue, 07 May 2019 00:45:32 +0300 |
Oleksandr Gavenko |
Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
|
file |
diff |
annotate
|
Tue, 07 May 2019 00:44:54 +0300 |
Oleksandr Gavenko |
Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
|
file |
diff |
annotate
|
Mon, 29 Apr 2019 16:49:32 +0300 |
Oleksandr Gavenko |
Added EDITED to TODO keywords.
|
file |
diff |
annotate
|
Fri, 26 Apr 2019 12:15:39 +0300 |
Oleksandr Gavenko |
Added docs about global-auto-revert-mode.
|
file |
diff |
annotate
|
Mon, 22 Apr 2019 23:45:02 +0300 |
Oleksandr Gavenko |
Enable whitespace-mode for markdown-mode.
|
file |
diff |
annotate
|
Sat, 20 Apr 2019 02:38:52 +0300 |
Oleksandr Gavenko |
Activate gaphrase mode.
|
file |
diff |
annotate
|
Thu, 18 Apr 2019 23:35:53 +0300 |
Oleksandr Gavenko |
Enable adoc-mode by function presents, feature is not available from autoload file.
|
file |
diff |
annotate
|
Tue, 16 Apr 2019 11:28:40 +0300 |
Oleksandr Gavenko |
Do to turn on auto-fill mode. It is hard to disable it in derived modes.
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 12:19:49 +0200 |
Oleksandr Gavenko |
Simpler key binding to collapse XML documents.
|
file |
diff |
annotate
|
Sun, 03 Mar 2019 14:19:08 +0200 |
Oleksandr Gavenko |
Highlight difference in magit with magit-diff-refine-hunk.
|
file |
diff |
annotate
|
Sat, 02 Feb 2019 18:00:53 +0200 |
Oleksandr Gavenko |
vc-git-print-log-follow is for v26.1
|
file |
diff |
annotate
|
Thu, 13 Dec 2018 01:09:53 +0200 |
Oleksandr Gavenko |
gnus-buttonized-mime-types
|
file |
diff |
annotate
|
Thu, 13 Dec 2018 00:34:30 +0200 |
Oleksandr Gavenko |
Reindent code.
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 09:49:35 +0300 |
Oleksandr Gavenko |
Show date instead of distance to commit in Magit log.
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 02:19:47 +0300 |
Oleksandr Gavenko |
Set gud-pdb-command-name.
|
file |
diff |
annotate
|
Mon, 17 Sep 2018 19:58:48 +0300 |
Oleksandr Gavenko |
Enable adoc-mode for .adoc files.
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 22:10:16 +0300 |
Oleksandr Gavenko |
Fixed typo.
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 21:53:48 +0300 |
Oleksandr Gavenko |
Fixed regex quoting syntax.
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 21:52:30 +0300 |
Oleksandr Gavenko |
Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
|
file |
diff |
annotate
|
Thu, 19 Jul 2018 15:06:02 +0300 |
Oleksandr Gavenko |
Fixed (ucs-names) API change in Emacs v26.
|
file |
diff |
annotate
|
Wed, 11 Jul 2018 14:49:36 +0300 |
Oleksandr Gavenko |
Ported to Emacs 26.
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 22:50:13 +0300 |
Oleksandr Gavenko |
For convenience TAB always hide/show current leaf.
|
file |
diff |
annotate
|
Tue, 08 May 2018 02:00:23 +0300 |
Oleksandr Gavenko |
Fixed my-nxml-pp.
|
file |
diff |
annotate
|
Thu, 03 May 2018 11:52:34 +0300 |
Oleksandr Gavenko |
Added pretty-print XML function.
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 17:15:52 +0300 |
Oleksandr Gavenko |
Avoid warning "assignment to free variable" for /ido-mode during compilation.
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 13:27:00 +0300 |
Oleksandr Gavenko |
Added emmet customization.
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 13:24:39 +0300 |
Oleksandr Gavenko |
Added emmet-mode.
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 15:32:58 +0300 |
Oleksandr Gavenko |
Add recent files and bookmarks to ‘ivy-switch-buffer’.
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 01:16:11 +0300 |
Oleksandr Gavenko |
Disable auto indenting on copy/paste in web-mode.
|
file |
diff |
annotate
|
Fri, 30 Mar 2018 17:02:47 +0300 |
Oleksandr Gavenko |
Added switch to rfc1345 input method.
|
file |
diff |
annotate
|
Sun, 28 Jan 2018 16:34:44 +0200 |
Oleksandr Gavenko |
Increase context in patches.
|
file |
diff |
annotate
|
Sun, 03 Dec 2017 10:57:05 +0200 |
Oleksandr Gavenko |
Added function that copies xpath-like path in XML document.
|
file |
diff |
annotate
|
Sun, 03 Dec 2017 10:55:56 +0200 |
Oleksandr Gavenko |
Set new frame font same as in main. Maximize new frames.
|
file |
diff |
annotate
|
Sat, 25 Nov 2017 23:16:04 +0200 |
Oleksandr Gavenko |
Added hideshow mode for nxml.
|
file |
diff |
annotate
|
Tue, 07 Nov 2017 22:00:04 +0200 |
Oleksandr Gavenko |
Disable er in org/rst-mode. Expand to line with \n by default.
|
file |
diff |
annotate
|
Tue, 31 Oct 2017 10:58:29 +0200 |
Oleksandr Gavenko |
Expand region to word by default.
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 23:57:43 +0300 |
Oleksandr Gavenko |
It doesn't help much but allows to run python process, otherwise
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 14:20:14 +0300 |
Oleksandr Gavenko |
Make function silent if file is modified.
|
file |
diff |
annotate
|
Sun, 22 Oct 2017 03:06:32 +0300 |
Oleksandr Gavenko |
Prefer Python 3 for interactive shell.
|
file |
diff |
annotate
|
Sat, 21 Oct 2017 18:27:41 +0300 |
Oleksandr Gavenko |
Use UTF-8 on Windows fpr processes.
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 00:28:06 +0300 |
Oleksandr Gavenko |
Set font size depending on DPI.
|
file |
diff |
annotate
|
Tue, 10 Oct 2017 22:41:43 +0300 |
Oleksandr Gavenko |
Mistaken s-TAB key binding broke my workflow.
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 09:23:32 +0300 |
Oleksandr Gavenko |
Prevent error that character not found.
|
file |
diff |
annotate
|
Thu, 21 Sep 2017 19:50:19 +0300 |
Oleksandr Gavenko |
Problems with hunging on re-display when symbols is used on Windows can be solved by:
|
file |
diff |
annotate
|
Thu, 21 Sep 2017 15:09:27 +0300 |
Oleksandr Gavenko |
Some symbols from default composition rules cause Emacs redisplay hang on Windows.
|
file |
diff |
annotate
|
Wed, 06 Sep 2017 14:42:39 +0300 |
Oleksandr Gavenko |
Added key binding to erase buffer conveniently.
|
file |
diff |
annotate
|
Mon, 31 Jul 2017 17:43:35 +0300 |
Oleksandr Gavenko |
Default sed filter failed with syntax error in native Emacs and Cygwin.
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 11:38:48 +0300 |
Oleksandr Gavenko |
.log.N files also should be treated as log files. Disable NRoff mode for such files.
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 11:35:29 +0300 |
Oleksandr Gavenko |
Modern Windows can work with Unicode. No need for codepage.
|
file |
diff |
annotate
|
Mon, 12 Jun 2017 14:41:05 +0300 |
Oleksandr Gavenko |
Replace triangle symbol with alternatives that is worked with default Windows fonts.
|
file |
diff |
annotate
|
Wed, 31 May 2017 16:11:48 +0300 |
Oleksandr Gavenko |
Set large-file-warning-threshold greater then 10 MiB in order to open logs
|
file |
diff |
annotate
|
Sun, 23 Apr 2017 21:27:59 +0300 |
Oleksandr Gavenko |
Fixed parents and key binding syntax for ide-*.
|
file |
diff |
annotate
|
Sun, 23 Apr 2017 17:47:05 +0300 |
Oleksandr Gavenko |
Added key bindings to open file in external IDE. Unified code for error
|
file |
diff |
annotate
|
Sun, 02 Apr 2017 16:22:22 +0300 |
Oleksandr Gavenko |
Revert mistaken change after mass-replacing.
|
file |
diff |
annotate
|
Wed, 29 Mar 2017 22:27:16 +0300 |
Oleksandr Gavenko |
Use 'my-' prefix instead 'my/' with nonstandard character.
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 02:06:03 +0300 |
Oleksandr Gavenko |
No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 11:07:23 +0200 |
Oleksandr Gavenko |
Use trick with changing working directory to avoid Cygwin path issues.
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 10:55:00 +0200 |
Oleksandr Gavenko |
Add documentation.
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 10:53:14 +0200 |
Oleksandr Gavenko |
Open file in Intellij Idea. Common interface for IDE.
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 15:40:53 +0200 |
Oleksandr Gavenko |
It much easy to call ag for current directory via modifier then prefix argument.
|
file |
diff |
annotate
|
Wed, 01 Mar 2017 16:15:48 +0200 |
Oleksandr Gavenko |
Disable function highlighting. It is too disturbing.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 09:59:25 +0200 |
Oleksandr Gavenko |
Define function to easy navigate to Java source file from Java exception.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 00:42:06 +0200 |
Oleksandr Gavenko |
Use own implementation of ag frontend.
|
file |
diff |
annotate
|
Wed, 22 Feb 2017 11:37:42 +0200 |
Oleksandr Gavenko |
Follow common prefixing schema for my functions.
|
file |
diff |
annotate
|
Tue, 21 Feb 2017 11:22:31 +0200 |
Oleksandr Gavenko |
Windows doesn't have fonts for 'or'/'and' Python keywords.
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 20:26:21 +0200 |
Oleksandr Gavenko |
Use regex search instead of literal for ag.
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 15:56:22 +0200 |
Oleksandr Gavenko |
I do not need duplicates in minibuffer history.
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 13:33:21 +0200 |
Oleksandr Gavenko |
Set indentation for json-mode. Require ag.
|
file |
diff |
annotate
|
Wed, 15 Feb 2017 00:01:59 +0200 |
Oleksandr Gavenko |
Show message about debug level to be sure without reading documentation.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 13:15:25 +0200 |
Oleksandr Gavenko |
Customize ag usage.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 15:41:59 +0200 |
Oleksandr Gavenko |
Enable ag if available for searching.
|
file |
diff |
annotate
|
Tue, 31 Jan 2017 23:38:09 +0200 |
Oleksandr Gavenko |
Disable anti-aliasing for Cyrillic, Greek and IPA scripts.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 14:28:51 +0200 |
Oleksandr Gavenko |
Avoid duplication in company prompt because of case.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 23:10:53 +0200 |
Oleksandr Gavenko |
Use cycle-spacing as it convenient then M-\ key binding.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 14:04:06 +0200 |
Oleksandr Gavenko |
Avoid duplication in "company-transformers".
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 13:52:18 +0200 |
Oleksandr Gavenko |
Enable flyspell for rst-mode.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:41:20 +0200 |
Oleksandr Gavenko |
Enable company-mode for org-mode.
|
file |
diff |
annotate
|
Fri, 27 Jan 2017 21:28:54 +0200 |
Oleksandr Gavenko |
I end with using Apps key as super.
|
file |
diff |
annotate
|
Fri, 27 Jan 2017 19:51:50 +0200 |
Oleksandr Gavenko |
Use ScrollLock as super modifier in Windows. It is useful after remapping
|
file |
diff |
annotate
|
Fri, 27 Jan 2017 17:23:34 +0200 |
Oleksandr Gavenko |
Return list instead printing to *Message* buffer in my/lookup-key.
|
file |
diff |
annotate
|
Thu, 26 Jan 2017 21:18:12 +0200 |
Oleksandr Gavenko |
Adjust company mode to Java.
|
file |
diff |
annotate
|