Fri, 01 Jan 2021 20:21:33 +0200 Oleksandr Gavenko Launch .emacs-autogen.sh with predefined SHELL.
Fri, 01 Jan 2021 19:57:59 +0200 Oleksandr Gavenko Ensure the help doesn't trigger autoloading.
Fri, 01 Jan 2021 19:36:25 +0200 Oleksandr Gavenko Fixed grammar.
Fri, 01 Jan 2021 18:02:55 +0200 Oleksandr Gavenko Removed unused function.
Thu, 31 Dec 2020 23:11:59 +0200 Oleksandr Gavenko No need for copyright year.
Thu, 31 Dec 2020 00:20:03 +0200 Oleksandr Gavenko Fixed: show-paren-mode was disabled by large files because is it global mode.
Thu, 31 Dec 2020 00:08:10 +0200 Oleksandr Gavenko Set more distinctive color for paren expression highlighting.
Thu, 31 Dec 2020 00:03:42 +0200 Oleksandr Gavenko Highlight an entire expression instead of matching parenthesis.
Fri, 25 Dec 2020 20:21:56 +0200 Oleksandr Gavenko (setq ibuffer-expert t)
Sun, 13 Dec 2020 20:00:18 +0200 Oleksandr Gavenko Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
Sun, 13 Dec 2020 19:17:21 +0200 Oleksandr Gavenko Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Oleksandr Gavenko Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Oleksandr Gavenko Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Oleksandr Gavenko Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Oleksandr Gavenko Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Oleksandr Gavenko Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Thu, 26 Nov 2020 23:08:51 +0200 Oleksandr Gavenko 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 Oleksandr Gavenko Marked function for autoload.
Sat, 21 Nov 2020 21:34:47 +0200 Oleksandr Gavenko Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Oleksandr Gavenko Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:38:07 +0200 Oleksandr Gavenko Fixed indention.
Fri, 20 Nov 2020 17:24:58 +0200 Oleksandr Gavenko Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Oleksandr Gavenko Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 Oleksandr Gavenko 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 Oleksandr Gavenko Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Oleksandr Gavenko Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Oleksandr Gavenko Grouped related code so paragraph selected text can be evaluated by eval-reegion!
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.
Mon, 16 Nov 2020 00:32:43 +0200 Oleksandr Gavenko Eliminated lags when navigating diff file cause by visiting files behind the
Sun, 01 Nov 2020 15:05:04 +0200 Oleksandr Gavenko Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Oleksandr Gavenko Add association if `key' is not in `alist' and replace all accociation with
Tue, 13 Oct 2020 21:24:58 +0300 Oleksandr Gavenko Disabled hunk refinement during font-lock, introduced in v27.1.
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...
Sat, 03 Oct 2020 22:46:26 +0300 Oleksandr Gavenko Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Sat, 03 Oct 2020 22:45:06 +0300 Oleksandr Gavenko Fixed typo in a condition.
Wed, 30 Sep 2020 14:11:24 +0300 Oleksandr Gavenko Use ivy-switch-buffer if available.
Wed, 30 Sep 2020 12:33:41 +0300 Oleksandr Gavenko Accept comma in time along with dot.
Tue, 22 Sep 2020 15:47:42 +0300 Oleksandr Gavenko 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 Oleksandr Gavenko Set prettify-symbols-alist & prettify-symbols-mode.
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.
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.
Tue, 01 Sep 2020 13:22:16 +0300 Oleksandr Gavenko Moved save-place to a separate section.
Tue, 01 Sep 2020 13:20:18 +0300 Oleksandr Gavenko save-place-mode is since v25.1.
Sun, 30 Aug 2020 18:53:38 +0300 Oleksandr Gavenko Added interesting time zones for M-x display-time-world.
Sun, 16 Aug 2020 00:13:35 +0300 Oleksandr Gavenko Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
Sun, 16 Aug 2020 00:12:34 +0300 Oleksandr Gavenko Fixed install target failure because of lexical binding of generated-autoload-file.
Wed, 27 May 2020 13:28:47 +0300 Oleksandr Gavenko Enable typescript-mode for .tsx files.
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.
Thu, 12 Mar 2020 12:37:36 +0200 Oleksandr Gavenko Set display-raw-bytes-as-hex for Emacs 26.
Thu, 12 Mar 2020 12:32:22 +0200 Oleksandr Gavenko Expression was simplified.
Thu, 12 Mar 2020 12:27:12 +0200 Oleksandr Gavenko Simplified expression.
Mon, 24 Feb 2020 18:48:38 +0200 Oleksandr Gavenko Added docs, limited regex lookup for Java stack traces.
Mon, 24 Feb 2020 13:32:00 +0200 Oleksandr Gavenko Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
Sun, 23 Feb 2020 14:45:23 +0200 Oleksandr Gavenko Moved experimental code to non-hg tracked file.
Mon, 17 Feb 2020 13:44:36 +0200 Oleksandr Gavenko Improved handling of long lines. Added docs.
Mon, 10 Feb 2020 00:56:19 +0200 Oleksandr Gavenko Enabled new gadialog mode.
Wed, 08 Jan 2020 22:23:31 +0200 Oleksandr Gavenko Grouped magit and vc modes.
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.
Wed, 11 Dec 2019 00:35:10 +0200 Oleksandr Gavenko I need to visit work file with UTF-8 support.
Tue, 10 Dec 2019 19:49:45 +0200 Oleksandr Gavenko inhibit-startup-buffer-menu
Tue, 10 Dec 2019 19:38:14 +0200 Oleksandr Gavenko initial-major-mode is fundamental-mode.
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*).
Tue, 10 Dec 2019 18:07:06 +0200 Oleksandr Gavenko Added command to open package info from Maven Central in Browser.
Tue, 10 Dec 2019 18:05:28 +0200 Oleksandr Gavenko It is better to select hole word (including dashes/underscores, depending on mode).
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
Mon, 19 Aug 2019 18:28:12 +0300 Oleksandr Gavenko Fix: removed quotation from sub-element inside quoted expression.
Sun, 28 Jul 2019 13:49:08 +0300 Oleksandr Gavenko No need for default value. It can hide bug.
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.
Tue, 04 Jun 2019 19:38:35 +0300 Oleksandr Gavenko Show diff for REV.
Sun, 02 Jun 2019 14:45:01 +0300 Oleksandr Gavenko Added magit-revision-mode to my-text-mode-list.
Sat, 18 May 2019 23:01:58 +0300 Oleksandr Gavenko Marked file for lexical-binding.
Sat, 18 May 2019 23:00:23 +0300 Oleksandr Gavenko Added bookmark creation for RST mode.
Thu, 16 May 2019 00:26:05 +0300 Oleksandr Gavenko Enable TODO highlighting in all prod modes without listing all modes.
Tue, 07 May 2019 00:48:54 +0300 Oleksandr Gavenko Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
Tue, 07 May 2019 00:48:25 +0300 Oleksandr Gavenko Fix: string-to-int was removed in v26.1.
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.
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.
Mon, 29 Apr 2019 16:49:32 +0300 Oleksandr Gavenko Added EDITED to TODO keywords.
Fri, 26 Apr 2019 12:15:39 +0300 Oleksandr Gavenko Added docs about global-auto-revert-mode.
Mon, 22 Apr 2019 23:45:02 +0300 Oleksandr Gavenko Enable whitespace-mode for markdown-mode.
Sat, 20 Apr 2019 02:38:52 +0300 Oleksandr Gavenko Activate gaphrase mode.
Thu, 18 Apr 2019 23:35:53 +0300 Oleksandr Gavenko Enable adoc-mode by function presents, feature is not available from autoload file.
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.
Mon, 11 Mar 2019 12:19:49 +0200 Oleksandr Gavenko Simpler key binding to collapse XML documents.
Sun, 03 Mar 2019 14:19:08 +0200 Oleksandr Gavenko Highlight difference in magit with magit-diff-refine-hunk.
Sat, 02 Feb 2019 18:00:53 +0200 Oleksandr Gavenko vc-git-print-log-follow is for v26.1
Sun, 30 Dec 2018 12:07:00 +0200 Oleksandr Gavenko Search in hidden files too (starting with dot).
Thu, 13 Dec 2018 01:09:53 +0200 Oleksandr Gavenko gnus-buttonized-mime-types
Thu, 13 Dec 2018 00:34:30 +0200 Oleksandr Gavenko Reindent code.
Tue, 09 Oct 2018 09:49:35 +0300 Oleksandr Gavenko Show date instead of distance to commit in Magit log.
Mon, 24 Sep 2018 02:19:47 +0300 Oleksandr Gavenko Set gud-pdb-command-name.
Mon, 17 Sep 2018 19:58:48 +0300 Oleksandr Gavenko Enable adoc-mode for .adoc files.
Wed, 25 Jul 2018 22:10:16 +0300 Oleksandr Gavenko Fixed typo.
Wed, 25 Jul 2018 21:53:48 +0300 Oleksandr Gavenko Fixed regex quoting syntax.
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.
Thu, 19 Jul 2018 15:06:02 +0300 Oleksandr Gavenko Fixed (ucs-names) API change in Emacs v26.
Wed, 11 Jul 2018 14:49:36 +0300 Oleksandr Gavenko Ported to Emacs 26.
Sun, 17 Jun 2018 22:50:13 +0300 Oleksandr Gavenko For convenience TAB always hide/show current leaf.
Sun, 13 May 2018 00:47:11 +0300 Oleksandr Gavenko Fix: treat context lines in my-ag-goto.
Sun, 13 May 2018 00:30:35 +0300 Oleksandr Gavenko Prompt for extra ag options on C-u C-u.
Sun, 13 May 2018 00:29:14 +0300 Oleksandr Gavenko Proper highlight context (from -A/-B/-C options).
Tue, 08 May 2018 02:00:23 +0300 Oleksandr Gavenko Fixed my-nxml-pp.
Thu, 03 May 2018 11:52:34 +0300 Oleksandr Gavenko Added pretty-print XML function.
Sat, 14 Apr 2018 17:15:52 +0300 Oleksandr Gavenko Avoid warning "assignment to free variable" for /ido-mode during compilation.
Sat, 14 Apr 2018 13:27:00 +0300 Oleksandr Gavenko Added emmet customization.
Sat, 14 Apr 2018 13:24:39 +0300 Oleksandr Gavenko Added emmet-mode.
Sun, 01 Apr 2018 15:32:58 +0300 Oleksandr Gavenko Add recent files and bookmarks to ‘ivy-switch-buffer’.
Sun, 01 Apr 2018 01:16:11 +0300 Oleksandr Gavenko Disable auto indenting on copy/paste in web-mode.
Fri, 30 Mar 2018 17:02:47 +0300 Oleksandr Gavenko Added switch to rfc1345 input method.
Sun, 28 Jan 2018 16:34:44 +0200 Oleksandr Gavenko Increase context in patches.
Thu, 14 Dec 2017 01:05:24 +0200 Oleksandr Gavenko Allow extra symbols in version for Gradle.
Sun, 03 Dec 2017 10:57:05 +0200 Oleksandr Gavenko Added function that copies xpath-like path in XML document.
Sun, 03 Dec 2017 10:55:56 +0200 Oleksandr Gavenko Set new frame font same as in main. Maximize new frames.
Sat, 25 Nov 2017 23:16:04 +0200 Oleksandr Gavenko Added hideshow mode for nxml.
Tue, 07 Nov 2017 22:00:04 +0200 Oleksandr Gavenko Disable er in org/rst-mode. Expand to line with \n by default.
Tue, 31 Oct 2017 10:58:29 +0200 Oleksandr Gavenko Expand region to word by default.
Wed, 25 Oct 2017 23:57:43 +0300 Oleksandr Gavenko It doesn't help much but allows to run python process, otherwise
Mon, 23 Oct 2017 14:20:14 +0300 Oleksandr Gavenko Make function silent if file is modified.
Sun, 22 Oct 2017 03:06:32 +0300 Oleksandr Gavenko Prefer Python 3 for interactive shell.
Sat, 21 Oct 2017 18:27:41 +0300 Oleksandr Gavenko Use UTF-8 on Windows fpr processes.
(0) -1000 -120 tip