Editor

Emacs

Action

Reload environment variables

Step:

  1. type M-: (getenv "PATH")
  2. Install package exec-path-from-shell
  3. Do below
(exec-path-from-shell-initialize)
;; (exec-path-from-shell-copy-env)

Ref: Reload environment variables, https://github.com/purcell/exec-path-from-shell

Command

keyfunctiondescribe
C-c C-x \org-toggle-pretty-entitiesToggle display of entities as UTF-8 characters.

Problem

Last modified August 31, 2022: first commit (711c8cb)