Mon, 25 Dec 2023 20:15:49 +0200 |
Oleksandr Gavenko |
Introduced Org state FAILED.
default tip
|
file |
diff |
annotate
|
Sun, 14 May 2023 16:40:00 +0300 |
Oleksandr Gavenko |
In Emacs 28 it loads files referenced by diff-mode, polluting buffer list & recentf, and significantly slowing Emacs in Cygwin.
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 02:14:23 +0200 |
Oleksandr Gavenko |
Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
|
file |
diff |
annotate
|
Sat, 24 Dec 2022 21:43:47 +0200 |
Oleksandr Gavenko |
Fixed typo (imbalanced parentheses).
|
file |
diff |
annotate
|
Fri, 23 Dec 2022 17:30:07 +0200 |
Oleksandr Gavenko |
It is important to read ~/.bashrc despite MSYS2 Bash warn about ioctl failure in M-x shell in NT Emacs.
|
file |
diff |
annotate
|
Wed, 14 Dec 2022 00:58:57 +0200 |
Oleksandr Gavenko |
In addition to interpreting Windows paths in Cygwin a handler is added for interpreting MSYS paths in NT Emacs.
|
file |
diff |
annotate
|
Wed, 14 Dec 2022 00:51:42 +0200 |
Oleksandr Gavenko |
my-python/describe-at-point: With C-u argument ask for symbol and method.
|
file |
diff |
annotate
|
Sat, 10 Dec 2022 18:34:57 +0200 |
Oleksandr Gavenko |
Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal.
|
file |
diff |
annotate
|
Sun, 27 Nov 2022 21:17:26 +0200 |
Oleksandr Gavenko |
Added a shortcut for opening BLOG.rst.
|
file |
diff |
annotate
|
Sun, 27 Nov 2022 21:16:56 +0200 |
Oleksandr Gavenko |
Suppress popping a warnings buffer when Emacs installs packages.
|
file |
diff |
annotate
|
Thu, 27 Oct 2022 14:18:09 +0300 |
Oleksandr Gavenko |
Fixed: on selection the text is copied, so it is impossible to replace the text with what is in clipboard as the content of clipboard is already replaced by old text.
|
file |
diff |
annotate
|
Wed, 12 Oct 2022 00:14:04 +0300 |
Oleksandr Gavenko |
Sends a selection or a paragraph to `term-mode'.
|
file |
diff |
annotate
|
Mon, 25 Jul 2022 11:38:25 +0300 |
Oleksandr Gavenko |
x-select-enable-clipboard => select-enable-clipboard
|
file |
diff |
annotate
|
Mon, 25 Jul 2022 11:34:41 +0300 |
Oleksandr Gavenko |
kill-do-not-save-duplicates
|
file |
diff |
annotate
|
Tue, 03 May 2022 09:10:27 +0300 |
Oleksandr Gavenko |
Fixed: Key sequence C-x C-j C-s starts with non-prefix key.
|
file |
diff |
annotate
|
Tue, 15 Feb 2022 16:54:09 +0200 |
Oleksandr Gavenko |
org-tempo in missing in Emacs v26.1 in RHEL 8.6.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 09 Dec 2021 14:38:16 +0200 |
Oleksandr Gavenko |
Activate so-long-mode instead of fundamental-mode for log files: it is faster!
|
file |
diff |
annotate
|
Thu, 04 Nov 2021 11:26:12 +0200 |
Oleksandr Gavenko |
Use "find -exec" with "+" to avoid excessive grep forking.
|
file |
diff |
annotate
|
Wed, 04 Aug 2021 16:41:03 +0300 |
Oleksandr Gavenko |
Fix for dired in TRAMP.
|
file |
diff |
annotate
|
Wed, 04 Aug 2021 16:38:19 +0300 |
Oleksandr Gavenko |
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
|
file |
diff |
annotate
|
Wed, 04 Aug 2021 16:37:20 +0300 |
Oleksandr Gavenko |
Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
|
file |
diff |
annotate
|
Wed, 14 Jul 2021 12:24:40 +0300 |
Oleksandr Gavenko |
emmet might be absent when we activate it in web-mode-hook.
|
file |
diff |
annotate
|
Wed, 07 Jul 2021 18:01:09 +0300 |
Oleksandr Gavenko |
Increased GC threshold. Fixed unbalanced parentheses.
|
file |
diff |
annotate
|
Wed, 16 Jun 2021 12:50:08 +0300 |
Oleksandr Gavenko |
Add some standard places to PATH if they are not set by login script.
|
file |
diff |
annotate
|
Tue, 15 Jun 2021 14:54:36 +0300 |
Oleksandr Gavenko |
csv-mode requires for setting to be set via defcstom only...
|
file |
diff |
annotate
|
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...
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 00:34:11 +0300 |
Oleksandr Gavenko |
Added mode for recognition of Windows paths in Cygwin Emacs.
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 00:17:06 +0300 |
Oleksandr Gavenko |
Separated Cygwin & ansi colors settings.
|
file |
diff |
annotate
|
Wed, 07 Apr 2021 22:48:39 +0300 |
Oleksandr Gavenko |
Repeating my-calc-line interactive place result after "=" sign clearing any old text.
|
file |
diff |
annotate
|
Mon, 22 Feb 2021 11:32:37 +0200 |
Oleksandr Gavenko |
Show only the matching closing parenthesis, flashing entire expression is irritating.
|
file |
diff |
annotate
|
Sat, 20 Feb 2021 20:14:16 +0200 |
Oleksandr Gavenko |
Marked some Python related variables / values as safe for being local.
|
file |
diff |
annotate
|
Tue, 09 Feb 2021 00:53:55 +0200 |
Oleksandr Gavenko |
Defined key bindings to some project search/replace functions.
|
file |
diff |
annotate
|
Mon, 08 Feb 2021 12:27:15 +0200 |
Oleksandr Gavenko |
Added binding for project-find-file.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 11:41:49 +0200 |
Oleksandr Gavenko |
Docs: about buffer-menu vs ibuffer.
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 00:04:18 +0200 |
Oleksandr Gavenko |
Removed mentioning of author and copyright from all files' headers.
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 00:01:57 +0200 |
Oleksandr Gavenko |
Moved definition of root for Org mode files to defs file.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 30 Jan 2021 20:27:52 +0200 |
Oleksandr Gavenko |
Moved settings for file local variable to a separate section.
|
file |
diff |
annotate
|
Sat, 30 Jan 2021 20:26:42 +0200 |
Oleksandr Gavenko |
Docs: improved comment.
|
file |
diff |
annotate
|
Fri, 29 Jan 2021 20:41:47 +0200 |
Oleksandr Gavenko |
It is more informative to get help on symbol type than just type.
|
file |
diff |
annotate
|
Tue, 26 Jan 2021 00:38:11 +0200 |
Oleksandr Gavenko |
Unwrap Python's dir() list into multi line text.
|
file |
diff |
annotate
|
Mon, 25 Jan 2021 10:55:00 +0200 |
Oleksandr Gavenko |
Added other types of introspection to my-python/describe-at-point.
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 17:07:56 +0200 |
Oleksandr Gavenko |
Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 01:17:30 +0200 |
Oleksandr Gavenko |
Shortened name for pydoc buffer.
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 01:12:09 +0200 |
Oleksandr Gavenko |
Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 00:59:35 +0200 |
Oleksandr Gavenko |
Simplified code for displaying Python help. Shadow default C-c C-d key binding
|
file |
diff |
annotate
|
Sun, 17 Jan 2021 12:47:26 +0200 |
Oleksandr Gavenko |
Set better rename detection (30% similarity) for Git diff.
|
file |
diff |
annotate
|
Mon, 11 Jan 2021 13:31:26 +0200 |
Oleksandr Gavenko |
Mentioned python-shell-interpreter-args.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 01:26:23 +0200 |
Oleksandr Gavenko |
Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 01:08:30 +0200 |
Oleksandr Gavenko |
Added example how to activate babel executors.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 00:55:57 +0200 |
Oleksandr Gavenko |
Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 00:09:48 +0200 |
Oleksandr Gavenko |
About term-paste.
|
file |
diff |
annotate
|
Mon, 04 Jan 2021 00:02:08 +0200 |
Oleksandr Gavenko |
Added note about winner-mode.
|
file |
diff |
annotate
|
Sun, 03 Jan 2021 15:05:40 +0200 |
Oleksandr Gavenko |
Moved setting for backups, auto saving, locking earlier.
|
file |
diff |
annotate
|
Sun, 03 Jan 2021 14:36:10 +0200 |
Oleksandr Gavenko |
Disable auto saving, files "#name#" might trigger false rebuild if there is
|
file |
diff |
annotate
|
Sun, 03 Jan 2021 14:31:09 +0200 |
Oleksandr Gavenko |
Simplified expression.
|
file |
diff |
annotate
|
Sun, 03 Jan 2021 12:52:20 +0200 |
Oleksandr Gavenko |
Set extra support file policies earlier in init file.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 23:35:40 +0200 |
Oleksandr Gavenko |
Do not automatically enable company-mode.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 23:11:23 +0200 |
Oleksandr Gavenko |
Moved startup profiler settings to init.el and simplified activation.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 22:42:24 +0200 |
Oleksandr Gavenko |
Added Make target to preinstall packages from ELPA.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 22:41:10 +0200 |
Oleksandr Gavenko |
Fixed byte compilation warning: assignment to free variable "for".
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 22:38:46 +0200 |
Oleksandr Gavenko |
Fixed error 'eval-when is not defined' after switching to cl-lib.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 21:22:00 +0200 |
Oleksandr Gavenko |
melpa.milkbox.net is dead, use melpa.org instead.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 21:11:57 +0200 |
Oleksandr Gavenko |
cl-lib is pretty widespread now, no need for with-no-warnings.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 20:37:29 +0200 |
Oleksandr Gavenko |
Disable population of `file-name-history', it causes calls to
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 20:02:16 +0200 |
Oleksandr Gavenko |
Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 19:49:06 +0200 |
Oleksandr Gavenko |
Added option to disable activation of desktop-save-mode.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 19:44:27 +0200 |
Oleksandr Gavenko |
Added note about recentf-auto-cleanup.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 02 Jan 2021 01:26:59 +0200 |
Oleksandr Gavenko |
Suppressed warning: assignment to free variable "c-basic-offset".
|
file |
diff |
annotate
|
Fri, 01 Jan 2021 19:57:59 +0200 |
Oleksandr Gavenko |
Ensure the help doesn't trigger autoloading.
|
file |
diff |
annotate
|
Thu, 31 Dec 2020 00:20:03 +0200 |
Oleksandr Gavenko |
Fixed: show-paren-mode was disabled by large files because is it global mode.
|
file |
diff |
annotate
|
Thu, 31 Dec 2020 00:08:10 +0200 |
Oleksandr Gavenko |
Set more distinctive color for paren expression highlighting.
|
file |
diff |
annotate
|
Thu, 31 Dec 2020 00:03:42 +0200 |
Oleksandr Gavenko |
Highlight an entire expression instead of matching parenthesis.
|
file |
diff |
annotate
|
Fri, 25 Dec 2020 20:21:56 +0200 |
Oleksandr Gavenko |
(setq ibuffer-expert t)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 13 Dec 2020 19:17:21 +0200 |
Oleksandr Gavenko |
Just require ls-lisp.
|
file |
diff |
annotate
|
Thu, 03 Dec 2020 11:14:59 +0200 |
Oleksandr Gavenko |
Lazy loading of buffer significantly reduces startup time!
|
file |
diff |
annotate
|
Mon, 30 Nov 2020 13:39:57 +0200 |
Oleksandr Gavenko |
Enable yaml-mode in Jinja templates.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 28 Nov 2020 15:09:11 +0200 |
Oleksandr Gavenko |
Prefer to open URLs in Firefox.
|
file |
diff |
annotate
|
Thu, 26 Nov 2020 23:35:06 +0200 |
Oleksandr Gavenko |
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 21 Nov 2020 21:34:47 +0200 |
Oleksandr Gavenko |
Enabled highlighting of TODO keywords by text-mode-hook.
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 22:10:13 +0200 |
Oleksandr Gavenko |
Enable whitespace-mode in gadict-mode with appropriate customization.
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 17:24:58 +0200 |
Oleksandr Gavenko |
Implemented mypasshide-mode for hiding passwords from my .org files.
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 12:07:48 +0200 |
Oleksandr Gavenko |
Added comment how to reload recentf.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 18 Nov 2020 14:59:53 +0200 |
Oleksandr Gavenko |
Update codetags list.
|
file |
diff |
annotate
|
Mon, 16 Nov 2020 19:57:22 +0200 |
Oleksandr Gavenko |
Enable TODO highlighting in config-like modes.
|
file |
diff |
annotate
|
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
|