Sun, 13 Dec 2020 19:17:21 +0200 Just require ls-lisp.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Dec 2020 19:17:21 +0200] rev 1651
Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Lazy loading of buffer significantly reduces startup time!
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Dec 2020 11:14:59 +0200] rev 1650
Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Enable yaml-mode in Jinja templates.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 30 Nov 2020 13:39:57 +0200] rev 1649
Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 29 Nov 2020 14:58:44 +0200] rev 1648
Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Prefer to open URLs in Firefox.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 28 Nov 2020 15:09:11 +0200] rev 1647
Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:35:06 +0200] rev 1646
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs. https://emacs.stackexchange.com/questions/61962/what-is-interlocking-about https://cygwin.com/pipermail/cygwin/2020-November/246887.html
Thu, 26 Nov 2020 23:08:51 +0200 Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:08:51 +0200] rev 1645
Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Sun, 22 Nov 2020 18:35:29 +0200 Marked function for autoload.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 22 Nov 2020 18:35:29 +0200] rev 1644
Marked function for autoload.
Sat, 21 Nov 2020 21:34:47 +0200 Enabled highlighting of TODO keywords by text-mode-hook.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 21 Nov 2020 21:34:47 +0200] rev 1643
Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Enable whitespace-mode in gadict-mode with appropriate customization.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 22:10:13 +0200] rev 1642
Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:38:07 +0200 Fixed indention.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:38:07 +0200] rev 1641
Fixed indention.
Fri, 20 Nov 2020 17:24:58 +0200 Implemented mypasshide-mode for hiding passwords from my .org files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:24:58 +0200] rev 1640
Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Added comment how to reload recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:07:48 +0200] rev 1639
Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:04:07 +0200] rev 1638
I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Wed, 18 Nov 2020 14:59:53 +0200 Update codetags list.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 18 Nov 2020 14:59:53 +0200] rev 1637
Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Enable TODO highlighting in config-like modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 19:57:22 +0200] rev 1636
Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:26:40 +0200] rev 1635
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Mon, 16 Nov 2020 14:23:28 +0200 Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:23:28 +0200] rev 1634
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode. https://emacs.stackexchange.com/questions/61770/whitespace-style-face-activats-highlighting-of-quoted-string-in-fundamental-mo Old good show-trailing-whitespace is used until global-whitespace-mode is fixed.
Mon, 16 Nov 2020 00:32:43 +0200 Eliminated lags when navigating diff file cause by visiting files behind the
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 00:32:43 +0200] rev 1633
Eliminated lags when navigating diff file cause by visiting files behind the scene in order to get proper highlighting. This generates calls to `vc-git-find-revision` and spawn 2 git processes. Noticeably slow on Cygwin.
Sun, 01 Nov 2020 15:05:04 +0200 Replaced eval-after-load => with-eval-after-load for its easier syntax.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 15:05:04 +0200] rev 1632
Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Add association if `key' is not in `alist' and replace all accociation with
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 14:26:50 +0200] rev 1631
Add association if `key' is not in `alist' and replace all accociation with single, if there is `key'.
Tue, 13 Oct 2020 21:24:58 +0300 Disabled hunk refinement during font-lock, introduced in v27.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 21:24:58 +0300] rev 1630
Disabled hunk refinement during font-lock, introduced in v27.1.
Tue, 13 Oct 2020 20:51:39 +0300 Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 20:51:39 +0300] rev 1629
Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Sat, 03 Oct 2020 22:46:26 +0300 Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 03 Oct 2020 22:46:26 +0300] rev 1628
Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Sat, 03 Oct 2020 22:45:06 +0300 Fixed typo in a condition.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 03 Oct 2020 22:45:06 +0300] rev 1627
Fixed typo in a condition.
Wed, 30 Sep 2020 14:11:24 +0300 Use ivy-switch-buffer if available.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 30 Sep 2020 14:11:24 +0300] rev 1626
Use ivy-switch-buffer if available.
Wed, 30 Sep 2020 12:33:41 +0300 Accept comma in time along with dot.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 30 Sep 2020 12:33:41 +0300] rev 1625
Accept comma in time along with dot.
Tue, 22 Sep 2020 15:47:42 +0300 Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 15:47:42 +0300] rev 1624
Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
Tue, 22 Sep 2020 15:02:30 +0300 Set prettify-symbols-alist & prettify-symbols-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 15:02:30 +0300] rev 1623
Set prettify-symbols-alist & prettify-symbols-mode.
Tue, 22 Sep 2020 12:55:29 +0300 Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 12:55:29 +0300] rev 1622
Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip