Mercurial
Mercurial
>
dot-emacs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Enable whitespace-mode in gadict-mode with appropriate customization.
2020-11-20, by Oleksandr Gavenko
Fixed indention.
2020-11-20, by Oleksandr Gavenko
Implemented mypasshide-mode for hiding passwords from my .org files.
2020-11-20, by Oleksandr Gavenko
Added comment how to reload recentf.
2020-11-20, by Oleksandr Gavenko
I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
2020-11-20, by Oleksandr Gavenko
Update codetags list.
2020-11-18, by Oleksandr Gavenko
Enable TODO highlighting in config-like modes.
2020-11-16, by Oleksandr Gavenko
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
2020-11-16, by Oleksandr Gavenko
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
2020-11-16, by Oleksandr Gavenko
Eliminated lags when navigating diff file cause by visiting files behind the
2020-11-16, by Oleksandr Gavenko
Replaced eval-after-load => with-eval-after-load for its easier syntax.
2020-11-01, by Oleksandr Gavenko
Add association if `key' is not in `alist' and replace all accociation with
2020-11-01, by Oleksandr Gavenko
Disabled hunk refinement during font-lock, introduced in v27.1.
2020-10-13, by Oleksandr Gavenko
Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
2020-10-13, by Oleksandr Gavenko
Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
2020-10-03, by Oleksandr Gavenko
Fixed typo in a condition.
2020-10-03, by Oleksandr Gavenko
Use ivy-switch-buffer if available.
2020-09-30, by Oleksandr Gavenko
Accept comma in time along with dot.
2020-09-30, by Oleksandr Gavenko
Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
2020-09-22, by Oleksandr Gavenko
Set prettify-symbols-alist & prettify-symbols-mode.
2020-09-22, by 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.
2020-09-22, by Oleksandr Gavenko
Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
2020-09-22, by Oleksandr Gavenko
Moved save-place to a separate section.
2020-09-01, by Oleksandr Gavenko
save-place-mode is since v25.1.
2020-09-01, by Oleksandr Gavenko
Added interesting time zones for M-x display-time-world.
2020-08-30, by Oleksandr Gavenko
Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
2020-08-16, by Oleksandr Gavenko
Fixed install target failure because of lexical binding of generated-autoload-file.
2020-08-16, by Oleksandr Gavenko
Enable typescript-mode for .tsx files.
2020-05-27, by Oleksandr Gavenko
my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
2020-03-26, by Oleksandr Gavenko
Set display-raw-bytes-as-hex for Emacs 26.
2020-03-12, by Oleksandr Gavenko
Expression was simplified.
2020-03-12, by Oleksandr Gavenko
Simplified expression.
2020-03-12, by Oleksandr Gavenko
Added docs, limited regex lookup for Java stack traces.
2020-02-24, by Oleksandr Gavenko
Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
2020-02-24, by Oleksandr Gavenko
Moved experimental code to non-hg tracked file.
2020-02-23, by Oleksandr Gavenko
Improved handling of long lines. Added docs.
2020-02-17, by Oleksandr Gavenko
Enabled new gadialog mode.
2020-02-10, by Oleksandr Gavenko
Grouped magit and vc modes.
2020-01-08, by Oleksandr Gavenko
Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
2019-12-11, by Oleksandr Gavenko
I need to visit work file with UTF-8 support.
2019-12-11, by Oleksandr Gavenko
inhibit-startup-buffer-menu
2019-12-10, by Oleksandr Gavenko
initial-major-mode is fundamental-mode.
2019-12-10, by Oleksandr Gavenko
Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
2019-12-10, by Oleksandr Gavenko
Added command to open package info from Maven Central in Browser.
2019-12-10, by Oleksandr Gavenko
It is better to select hole word (including dashes/underscores, depending on mode).
2019-12-10, by Oleksandr Gavenko
Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
2019-12-10, by Oleksandr Gavenko
Fix: removed quotation from sub-element inside quoted expression.
2019-08-19, by Oleksandr Gavenko
No need for default value. It can hide bug.
2019-07-28, by 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.
2019-07-17, by Oleksandr Gavenko
Show diff for REV.
2019-06-04, by Oleksandr Gavenko
Added magit-revision-mode to my-text-mode-list.
2019-06-02, by Oleksandr Gavenko
Marked file for lexical-binding.
2019-05-18, by Oleksandr Gavenko
Added bookmark creation for RST mode.
2019-05-18, by Oleksandr Gavenko
Enable TODO highlighting in all prod modes without listing all modes.
2019-05-16, by Oleksandr Gavenko
Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
2019-05-07, by Oleksandr Gavenko
Fix: string-to-int was removed in v26.1.
2019-05-07, by Oleksandr Gavenko
Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
2019-05-07, by Oleksandr Gavenko
Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
2019-05-07, by Oleksandr Gavenko
Added EDITED to TODO keywords.
2019-04-29, by Oleksandr Gavenko
Added docs about global-auto-revert-mode.
2019-04-26, by Oleksandr Gavenko
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip