blob: e36ee477284e9961ed689c47d64cdcfc4db1f662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;;; bob.el --- Customizations for "bob" -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(require 'acdw)
(+set-faces `((default :family "DejaVu Sans Mono"
:height 105)
(fixed-pitch :inherit default)
(variable-pitch :family "DejaVu Sans"
:height 1.1)))
;;; bob.el ends here
|