Skip to content

Instantly share code, notes, and snippets.

@dmitriyK1
dmitriyK1 / emacs.md
Created June 30, 2018 17:52 — forked from huytd/customize.material-dark-theme.md
My minimal Emacs config

Screenshot:

Custom keybinding:

  General:
    SPC /     : ripgrep
    SPC TAB   : previous buffer
 SPC SPC : Open M-x
set nocncpcompletion
set nosmoothscroll
set nohud
set noregex
set noinsertmappings
set noautoupdategist
set nochangelog
set typelinkhints
set defaultnewtabpage
let scrollduration = 10
@dmitriyK1
dmitriyK1 / README.md
Created June 22, 2016 14:45 — forked from ngryman/README.md
intellij javascript live templates

intellij javascript live templates

Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.

How to

  • Go to settings.
  • Search for live templates.
  • Under the javascript section you should be able to manage your templates.