.emacs-my
Tue, 01 Feb 2022 00:35:07 +0200 Oleksandr Gavenko so-long mode makes buffer read only. To erase the content we need to make buffer editable.
Thu, 09 Dec 2021 14:38:16 +0200 Oleksandr Gavenko Activate so-long-mode instead of fundamental-mode for log files: it is faster!
Thu, 04 Nov 2021 11:26:12 +0200 Oleksandr Gavenko Use "find -exec" with "+" to avoid excessive grep forking.
Wed, 04 Aug 2021 16:41:03 +0300 Oleksandr Gavenko Fix for dired in TRAMP.
Wed, 04 Aug 2021 16:38:19 +0300 Oleksandr Gavenko Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
Wed, 04 Aug 2021 16:37:20 +0300 Oleksandr Gavenko Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
Wed, 14 Jul 2021 12:24:40 +0300 Oleksandr Gavenko emmet might be absent when we activate it in web-mode-hook.
Wed, 07 Jul 2021 18:01:09 +0300 Oleksandr Gavenko Increased GC threshold. Fixed unbalanced parentheses.
Wed, 16 Jun 2021 12:50:08 +0300 Oleksandr Gavenko Add some standard places to PATH if they are not set by login script.
Tue, 15 Jun 2021 14:54:36 +0300 Oleksandr Gavenko csv-mode requires for setting to be set via defcstom only...
Wed, 02 Jun 2021 18:04:53 +0300 Oleksandr Gavenko Add some standard places to PATH as Emacs is not started from login shell on Windows...
Wed, 02 Jun 2021 00:34:11 +0300 Oleksandr Gavenko Added mode for recognition of Windows paths in Cygwin Emacs.
Wed, 02 Jun 2021 00:17:06 +0300 Oleksandr Gavenko Separated Cygwin & ansi colors settings.
Wed, 07 Apr 2021 22:48:39 +0300 Oleksandr Gavenko Repeating my-calc-line interactive place result after "=" sign clearing any old text.
Mon, 22 Feb 2021 11:32:37 +0200 Oleksandr Gavenko Show only the matching closing parenthesis, flashing entire expression is irritating.
Sat, 20 Feb 2021 20:14:16 +0200 Oleksandr Gavenko Marked some Python related variables / values as safe for being local.
Tue, 09 Feb 2021 00:53:55 +0200 Oleksandr Gavenko Defined key bindings to some project search/replace functions.
Mon, 08 Feb 2021 12:27:15 +0200 Oleksandr Gavenko Added binding for project-find-file.
Wed, 03 Feb 2021 12:32:49 +0200 Oleksandr Gavenko Reserved s-= for my-calc-line (to avoid excessive typing of M-x my-calc-line). er/expand-region is now s-w to be near C-w/M-w.
Sun, 31 Jan 2021 20:35:05 +0200 Oleksandr Gavenko hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
Sun, 31 Jan 2021 12:23:23 +0200 Oleksandr Gavenko tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
Sun, 31 Jan 2021 11:41:49 +0200 Oleksandr Gavenko Docs: about buffer-menu vs ibuffer.
Sun, 31 Jan 2021 00:04:18 +0200 Oleksandr Gavenko Removed mentioning of author and copyright from all files' headers.
Sun, 31 Jan 2021 00:01:57 +0200 Oleksandr Gavenko Moved definition of root for Org mode files to defs file.
Sat, 30 Jan 2021 22:41:51 +0200 Oleksandr Gavenko Activate debugger of errors during Emacs initialization. This allows to get backtrace without passing --debug-init.
Sat, 30 Jan 2021 20:27:52 +0200 Oleksandr Gavenko Moved settings for file local variable to a separate section.
Sat, 30 Jan 2021 20:26:42 +0200 Oleksandr Gavenko Docs: improved comment.
Fri, 29 Jan 2021 20:41:47 +0200 Oleksandr Gavenko It is more informative to get help on symbol type than just type.
Tue, 26 Jan 2021 00:38:11 +0200 Oleksandr Gavenko Unwrap Python's dir() list into multi line text.
Mon, 25 Jan 2021 10:55:00 +0200 Oleksandr Gavenko Added other types of introspection to my-python/describe-at-point.
Mon, 18 Jan 2021 17:07:56 +0200 Oleksandr Gavenko Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
Mon, 18 Jan 2021 01:17:30 +0200 Oleksandr Gavenko Shortened name for pydoc buffer.
Mon, 18 Jan 2021 01:12:09 +0200 Oleksandr Gavenko Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
Mon, 18 Jan 2021 00:59:35 +0200 Oleksandr Gavenko Simplified code for displaying Python help. Shadow default C-c C-d key binding
Sun, 17 Jan 2021 12:47:26 +0200 Oleksandr Gavenko Set better rename detection (30% similarity) for Git diff.
Mon, 11 Jan 2021 13:31:26 +0200 Oleksandr Gavenko Mentioned python-shell-interpreter-args.
Mon, 04 Jan 2021 01:26:23 +0200 Oleksandr Gavenko Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
Mon, 04 Jan 2021 01:08:30 +0200 Oleksandr Gavenko Added example how to activate babel executors.
Mon, 04 Jan 2021 00:55:57 +0200 Oleksandr Gavenko Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
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.
less more (0) -1000 -300 -100 -60 tip