~/.emacs.d/local.el
(setq default-directory "D:\\git")
(custom-set-variables '(initial-buffer-choice "D:\\git"))
(add-to-list 'sml/replacer-regexp-list '("^G:/" ":Git:"))DLLs needed for picture viewing
C-=er/expand-regionM-lacarte
C-x u進入 undo-tree-visualizer-modepn上下移動bf左右切換t顯示時間戳q退出
C-S-c C-S-cAdd cursor to each line selectedC->/C-<Mark next/last occurenceC-S-C C-<Mark all like thisC-./C-,Mark next/last word like thisC-C C-,Mark all words like this
rLoad a random xkcdtShow alt-text in the minibuffereLink to explain-xkcd
EnterCurrent selectionC-s,C-rNavigatingM-n,M-pChange to previous/next directories in historyM-sSearch for file matching inputC-SPCIterative filteringC-ffind file without ido-mode;C-bbufferC-dEnter diredC-jCreate file
-
Compile the executive
$ git clone https://github.com/chrisdone/structured-haskell-mode.git $ cd structured-haskell-mode $ cabal install -
Add
C:\Users\LauZi\AppData\Roaming\Cabal\bin\toPATH
- Cheatsheet
C-c .Insert timestampC-c C-tMark TODO
C-c SPC/C-c C-SPCJump to wordC-u C-c SPCJump to charC-u C-u C-c SPCJump to line
C-c p fFind file in projectC-c p gFind text matches in project
C-zEnter global god modexs->C-x C-sx s->C-x sgf->M-fGx->C-M-x
$1First field${1:n}First field defaulted to n$1 $1First field is automatically copied${1:${2:a} $2}Nested templatesC-c C-tTest current template