Skip to content

levonlee/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My notes

Some notes throughout my coding career ^_^

Contact me on Codementor

Installed MELPA packages

php-mode htmlize apache-mode dockerfile-mode nginx-mode json-mode yaml-mode

run.bat

Windows

set HOME=C:\Users\Li\notes
C:\emacs\emacs-26.1-x86_64\bin\runemacs.exe notes.org

Ubuntu

  • Change HOME directory so that Emacs loads current dir's .emacs not the default ~/.emacs
  • -L : add current dir to the list of directories Emacs searches for the Lisp files (e.g. elpa files under current dir .emacs.d/elpa/*)
  • ./run.bat &
  • M-: (setq debug-on-error t)

run.bat

#!/bin/bash
HOME=~/li/notes emacs -L . --debug-init notes.org

Buy Me A Coffee