.emacs-my
Mon, 04 Jan 2021 00:09:48 +0200 Oleksandr Gavenko About term-paste.
Mon, 04 Jan 2021 00:02:08 +0200 Oleksandr Gavenko Added note about winner-mode.
Sun, 03 Jan 2021 15:05:40 +0200 Oleksandr Gavenko Moved setting for backups, auto saving, locking earlier.
Sun, 03 Jan 2021 14:36:10 +0200 Oleksandr Gavenko Disable auto saving, files "#name#" might trigger false rebuild if there is
Sun, 03 Jan 2021 14:31:09 +0200 Oleksandr Gavenko Simplified expression.
Sun, 03 Jan 2021 12:52:20 +0200 Oleksandr Gavenko Set extra support file policies earlier in init file.
Sat, 02 Jan 2021 23:35:40 +0200 Oleksandr Gavenko Do not automatically enable company-mode.
Sat, 02 Jan 2021 23:11:23 +0200 Oleksandr Gavenko Moved startup profiler settings to init.el and simplified activation.
Sat, 02 Jan 2021 22:42:24 +0200 Oleksandr Gavenko Added Make target to preinstall packages from ELPA.
Sat, 02 Jan 2021 22:41:10 +0200 Oleksandr Gavenko Fixed byte compilation warning: assignment to free variable "for".
Sat, 02 Jan 2021 22:38:46 +0200 Oleksandr Gavenko Fixed error 'eval-when is not defined' after switching to cl-lib.
Sat, 02 Jan 2021 21:22:00 +0200 Oleksandr Gavenko melpa.milkbox.net is dead, use melpa.org instead.
Sat, 02 Jan 2021 21:11:57 +0200 Oleksandr Gavenko cl-lib is pretty widespread now, no need for with-no-warnings.
Sat, 02 Jan 2021 20:37:29 +0200 Oleksandr Gavenko Disable population of `file-name-history', it causes calls to
Sat, 02 Jan 2021 20:02:16 +0200 Oleksandr Gavenko Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Sat, 02 Jan 2021 19:49:06 +0200 Oleksandr Gavenko Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Oleksandr Gavenko Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Sat, 02 Jan 2021 19:44:27 +0200 Oleksandr Gavenko Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 17:38:55 +0200 Oleksandr Gavenko Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Sat, 02 Jan 2021 01:26:59 +0200 Oleksandr Gavenko Suppressed warning: assignment to free variable "c-basic-offset".
Fri, 01 Jan 2021 19:57:59 +0200 Oleksandr Gavenko Ensure the help doesn't trigger autoloading.
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.
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: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.
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.
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.
less more (0) -1000 -300 -100 -60 tip