Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. *Random emacs tips copied from random piece of random sources.
  2. Will try to cite where I can.*
  3.  
  4. # Changing default font
  5. 1. M-x mac-font-panel-mode and pick the font you want.
  6. 2. M-x describe-font and copy the font name (e.g. “-apple-monaco-medium-r-normal--0-0-0-0-m-0-iso10646-1")”)
  7. 3. Add the following to your ~/.emacs.d/yourusername.el file:
  8. (set-default-font "-apple-monaco-medium-r-normal--0-0-0-0-m-0-iso10646-1")")
Add Comment
Please, Sign In to add comment