Leaving notes for yourself like a pleb.
(defun my-buffer-face-mode () ;; https://emacs.stackexchange.com/questions/3038/using-a-different-font-for-each-major-mode "Change vterm background colour" (interactive)
#!/bin/bash | |
## cf from http://programster.blogspot.com/2014/05/ubuntu-14-desktop-install-fira-sans-and.html | |
cd /tmp | |
# install unzip just in case the user doesn't already have it. | |
if [[ `uname` = Linux ]]; then | |
sudo apt-get install unzip -y | |
wget "http://www.carrois.com/downloads/fira_4_1/FiraFonts4106.zip" |
(require 'org) | |
(setq-default indent-tabs-mode nil) | |
(setq org-display-inline-images t) | |
(setq org-redisplay-inline-images t) | |
(setq org-startup-with-inline-images "inlineimages") | |
(setq default-frame-alist | |
(append (list '(width . 72) '(height . 40)))) |
Leaving notes for yourself like a pleb.
(defun my-buffer-face-mode () ;; https://emacs.stackexchange.com/questions/3038/using-a-different-font-for-each-major-mode "Change vterm background colour" (interactive)