Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.01 KB

My dotemacs

Preparation

Windows & WSL

Setup routine

  • Clone this repository to $HOME/.emacs.d
  • Start emacs
  • M-x load-file ~/.emacs.d/custom.el
  • package-install-selected-packages

Windows & WSL

Setup mozc

  • Download mozc_emacs_helper.exe and place it in site-bin.
    • Create site-bin/mozc_emacs_helper.sh
      #!/bin/sh
      
      cd
      mozc_emacs_helper.exe "$@" 2> /dev/null
      
    • Add execute permission site-bin/mozc_emacs_helper.exe and site-bin/mozc_emacs_helper.sh
  • Download mozc-cursor-color.el and place it in site-lisp.

Create symlink for open-junk-mode

$ ln -s <path/to/junk> ~/.emacs.d/var/junk

macOS

Create symlink for open-junk-mode

$ ln -s <path/to/junk> ~/.emacs.d/var/junk