Mercurial Mercurial > dot-emacs / graph
summary | shortlog | changelog | graph | tags | bookmarks | branches | files | zip | gz | bz2 | help
less more | (0) -1000 -384 tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or revset expression.
 
  • 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
  • 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
  • Enable whitespace-mode for markdown-mode.
    2019-04-22, by Oleksandr Gavenko
  • Activate gaphrase mode.
    2019-04-20, by Oleksandr Gavenko
  • Enable adoc-mode by function presents, feature is not available from autoload file.
    2019-04-18, by Oleksandr Gavenko
  • Do to turn on auto-fill mode. It is hard to disable it in derived modes.
    2019-04-16, by Oleksandr Gavenko
  • Simpler key binding to collapse XML documents.
    2019-03-11, by Oleksandr Gavenko
  • Highlight difference in magit with magit-diff-refine-hunk.
    2019-03-03, by Oleksandr Gavenko
  • vc-git-print-log-follow is for v26.1
    2019-02-02, by Oleksandr Gavenko
  • Search in hidden files too (starting with dot).
    2018-12-30, by Oleksandr Gavenko
  • gnus-buttonized-mime-types
    2018-12-13, by Oleksandr Gavenko
  • Reindent code.
    2018-12-13, by Oleksandr Gavenko
  • Show date instead of distance to commit in Magit log.
    2018-10-09, by Oleksandr Gavenko
  • Set gud-pdb-command-name.
    2018-09-24, by Oleksandr Gavenko
  • Enable adoc-mode for .adoc files.
    2018-09-17, by Oleksandr Gavenko
  • Fixed typo.
    2018-07-25, by Oleksandr Gavenko
  • Fixed regex quoting syntax.
    2018-07-25, by Oleksandr Gavenko
  • Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
    2018-07-25, by Oleksandr Gavenko
  • Fixed (ucs-names) API change in Emacs v26.
    2018-07-19, by Oleksandr Gavenko
  • Ported to Emacs 26.
    2018-07-11, by Oleksandr Gavenko
  • For convenience TAB always hide/show current leaf.
    2018-06-17, by Oleksandr Gavenko
  • Fix: treat context lines in my-ag-goto.
    2018-05-13, by Oleksandr Gavenko
  • Prompt for extra ag options on C-u C-u.
    2018-05-13, by Oleksandr Gavenko
  • Proper highlight context (from -A/-B/-C options).
    2018-05-13, by Oleksandr Gavenko
  • Fixed my-nxml-pp.
    2018-05-08, by Oleksandr Gavenko
  • Added pretty-print XML function.
    2018-05-03, by Oleksandr Gavenko
  • Avoid warning "assignment to free variable" for /ido-mode during compilation.
    2018-04-14, by Oleksandr Gavenko
  • Added emmet customization.
    2018-04-14, by Oleksandr Gavenko
  • Added emmet-mode.
    2018-04-14, by Oleksandr Gavenko
  • Add recent files and bookmarks to ‘ivy-switch-buffer’.
    2018-04-01, by Oleksandr Gavenko
  • Disable auto indenting on copy/paste in web-mode.
    2018-04-01, by Oleksandr Gavenko
  • Added switch to rfc1345 input method.
    2018-03-30, by Oleksandr Gavenko
  • Increase context in patches.
    2018-01-28, by Oleksandr Gavenko
  • Allow extra symbols in version for Gradle.
    2017-12-14, by Oleksandr Gavenko
  • Added function that copies xpath-like path in XML document.
    2017-12-03, by Oleksandr Gavenko
  • Set new frame font same as in main. Maximize new frames.
    2017-12-03, by Oleksandr Gavenko
  • Added hideshow mode for nxml.
    2017-11-25, by Oleksandr Gavenko
  • Disable er in org/rst-mode. Expand to line with \n by default.
    2017-11-07, by Oleksandr Gavenko
  • Expand region to word by default.
    2017-10-31, by Oleksandr Gavenko
  • It doesn't help much but allows to run python process, otherwise
    2017-10-25, by Oleksandr Gavenko
  • Make function silent if file is modified.
    2017-10-23, by Oleksandr Gavenko
  • Prefer Python 3 for interactive shell.
    2017-10-22, by Oleksandr Gavenko
  • Use UTF-8 on Windows fpr processes.
    2017-10-21, by Oleksandr Gavenko
  • Set font size depending on DPI.
    2017-10-11, by Oleksandr Gavenko
  • Mistaken s-TAB key binding broke my workflow.
    2017-10-10, by Oleksandr Gavenko
  • Prevent error that character not found.
    2017-09-24, by Oleksandr Gavenko
  • Problems with hunging on re-display when symbols is used on Windows can be solved by:
    2017-09-21, by Oleksandr Gavenko
  • Some symbols from default composition rules cause Emacs redisplay hang on Windows.
    2017-09-21, by Oleksandr Gavenko
  • Added key binding to erase buffer conveniently.
    2017-09-06, by Oleksandr Gavenko
  • Added Gradle support.
    2017-08-27, by Oleksandr Gavenko
  • Default sed filter failed with syntax error in native Emacs and Cygwin.
    2017-07-31, by Oleksandr Gavenko
  • .log.N files also should be treated as log files. Disable NRoff mode for such files.
    2017-07-04, by Oleksandr Gavenko
  • Modern Windows can work with Unicode. No need for codepage.
    2017-07-04, by Oleksandr Gavenko
  • Replace triangle symbol with alternatives that is worked with default Windows fonts.
    2017-06-12, by Oleksandr Gavenko
  • Set large-file-warning-threshold greater then 10 MiB in order to open logs
    2017-05-31, by Oleksandr Gavenko
  • Fixed parents and key binding syntax for ide-*.
    2017-04-23, by Oleksandr Gavenko
  • Added key bindings to open file in external IDE. Unified code for error
    2017-04-23, by Oleksandr Gavenko
  • Revert mistaken change after mass-replacing.
    2017-04-02, by Oleksandr Gavenko
  • Fix: Warning: defface for my-ag/lineno-face fails to specify containing group
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable js-indent-level.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: the following functions are not known to be defined:
    2017-03-30, by Oleksandr Gavenko
  • Remove dead code.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: 'goto-line' is for interactive use only; use 'forward-line'
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: "string-to-int" is an obsolete function (as of 22.1); use
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: defface fails to specify containing group.
    2017-03-30, by Oleksandr Gavenko
  • Added target to run byte compilation to gather warnings.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use
    2017-03-30, by Oleksandr Gavenko
  • Interactive methods use '-', private methods uses `/` as separator after
    2017-03-29, by Oleksandr Gavenko
  • Private functions use '/' delimiter, public as usual '-' delimiter.
    2017-03-29, by Oleksandr Gavenko
  • Rename public function so that they wouldn't have '/' symbol in name.
    2017-03-29, by Oleksandr Gavenko
  • Use 'my-' prefix instead 'my/' with nonstandard character.
    2017-03-29, by Oleksandr Gavenko
  • Parser for ivy dependencies.
    2017-03-25, by Oleksandr Gavenko
  • Prefer look ahead. Fix typo.
    2017-03-25, by Oleksandr Gavenko
  • Remove unnecessary code.
    2017-03-25, by Oleksandr Gavenko
  • Remove magic numbers.
    2017-03-25, by Oleksandr Gavenko
  • Remove duplicate code.
    2017-03-25, by Oleksandr Gavenko
  • Move maven handling logic from maven-central.el to separate file.
    2017-03-25, by Oleksandr Gavenko
  • No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
    2017-03-25, by Oleksandr Gavenko
  • Strip "my/" prefix. Require 'json' library.
    2017-03-09, by Oleksandr Gavenko
  • Use trick with changing working directory to avoid Cygwin path issues.
    2017-03-09, by Oleksandr Gavenko
  • Add documentation.
    2017-03-09, by Oleksandr Gavenko
  • Open file in Intellij Idea. Common interface for IDE.
    2017-03-09, by Oleksandr Gavenko
  • It much easy to call ag for current directory via modifier then prefix argument.
    2017-03-06, by Oleksandr Gavenko
  • Prevent error if there is no repository. Fix highlighting of line numbers.
    2017-03-02, by Oleksandr Gavenko
  • Disable function highlighting. It is too disturbing.
    2017-03-01, by Oleksandr Gavenko
  • Highlight optional year and milliseconds parts.
    2017-03-01, by Oleksandr Gavenko
  • Number of lines can be greater then I assumed initially.
    2017-02-27, by Oleksandr Gavenko
  • Define function to easy navigate to Java source file from Java exception.
    2017-02-23, by Oleksandr Gavenko
  • (vc-root-dir) selectively work depending on buffer mode. I need root based on
    2017-02-23, by Oleksandr Gavenko
  • Fix typo. Add promising but not worked option.
    2017-02-23, by Oleksandr Gavenko
  • Use own implementation of ag frontend.
    2017-02-23, by Oleksandr Gavenko
  • Function for killing process. Simplify code. Limit search for current
    2017-02-23, by Oleksandr Gavenko
  • Add own ag mode.
    2017-02-22, by Oleksandr Gavenko
  • Fix: delete extra parent.
    2017-02-22, by Oleksandr Gavenko
  • Follow common prefixing schema for my functions.
    2017-02-22, by Oleksandr Gavenko
  • Windows doesn't have fonts for 'or'/'and' Python keywords.
    2017-02-21, by Oleksandr Gavenko
  • Use regex search instead of literal for ag.
    2017-02-20, by Oleksandr Gavenko
  • Detect if json-mode available.
    2017-02-20, by Oleksandr Gavenko