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.
Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
2021-01-02, by Oleksandr Gavenko
Suppressed warning: assignment to free variable "c-basic-offset".
2021-01-02, by Oleksandr Gavenko
Fixed name of my mode directory.
2021-01-02, by Oleksandr Gavenko
No need to define user-emacs-directory as it is in a pretty old v22.1.
2021-01-02, by Oleksandr Gavenko
Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
2021-01-02, by Oleksandr Gavenko
Use command "install -m ..." instead "cp" in many occasions.
2021-01-02, by Oleksandr Gavenko
Moved my elisp modes to dedicated directory to not mixt with init.el.
2021-01-02, by Oleksandr Gavenko
Made "upgrade" target idempotent and added it as dependency to "install".
2021-01-02, by Oleksandr Gavenko
Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
2021-01-01, by Oleksandr Gavenko
Set installation dir explicitly in upgrade script.
2021-01-01, by Oleksandr Gavenko
Moved some obsolete modes to attic.
2021-01-01, by Oleksandr Gavenko
Launch .emacs-autogen.sh with predefined SHELL.
2021-01-01, by Oleksandr Gavenko
Ensure the help doesn't trigger autoloading.
2021-01-01, by Oleksandr Gavenko
Fixed grammar.
2021-01-01, by Oleksandr Gavenko
Removed unused function.
2021-01-01, by Oleksandr Gavenko
No need for copyright year.
2020-12-31, by Oleksandr Gavenko
Fixed: show-paren-mode was disabled by large files because is it global mode.
2020-12-31, by Oleksandr Gavenko
Set more distinctive color for paren expression highlighting.
2020-12-31, by Oleksandr Gavenko
Highlight an entire expression instead of matching parenthesis.
2020-12-31, by Oleksandr Gavenko
(setq ibuffer-expert t)
2020-12-25, by Oleksandr Gavenko
Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
2020-12-13, by Oleksandr Gavenko
Just require ls-lisp.
2020-12-13, by Oleksandr Gavenko
Lazy loading of buffer significantly reduces startup time!
2020-12-03, by Oleksandr Gavenko
Enable yaml-mode in Jinja templates.
2020-11-30, by Oleksandr Gavenko
Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
2020-11-29, by Oleksandr Gavenko
Prefer to open URLs in Firefox.
2020-11-28, by Oleksandr Gavenko
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
2020-11-26, by Oleksandr Gavenko
Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
2020-11-26, by Oleksandr Gavenko
Marked function for autoload.
2020-11-22, by Oleksandr Gavenko
Enabled highlighting of TODO keywords by text-mode-hook.
2020-11-21, by Oleksandr Gavenko
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
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
tip