Skip to content

mrunhap/.emacs.d

Repository files navigation

FAQ

Can’t find program in path?

Echo $PATH to ~/.path then restart:

sh -c 'printf "%s" "$PATH"' > ~/.path

rime, can’t find emacs_module.h?

Set ==rime-emacs-module-header-root= to emacs/include, eg:

(setq rime-emacs-module-header-root
      (file-truename
       (concat
        (file-name-directory
         (directory-file-name
          (file-truename invocation-directory)))
        "include")))

rime, can’t find rime_api.h?

Set rime-librime-root to librime.

Get librime path installed with nix:

nix eval nixpkgs#librime.outPath

Automatic File Headers

See Auto Insert Mode.

About

Just my own emacs config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages