Remove old big-mode defuns
This commit is contained in:
parent
d863e32570
commit
2de49ff8da
2 changed files with 7 additions and 20 deletions
|
@ -2,9 +2,13 @@
|
|||
|
||||
;; This library offers:
|
||||
;; + impatient-mode: for broadcasting my emacs session
|
||||
;; + TODO integration with reveal.js for presentations
|
||||
;; + TODO "big-mode", for making emacs presentable for screencasts/share
|
||||
;; + TODO quick note/time keeping for live/youtube recordings
|
||||
;; + big-mode: for enlarged text while screencasting
|
||||
;; + integration with reveal.js for presentations
|
||||
|
||||
;; Big-mode settings
|
||||
(defconst big-mode-font (font-spec :family "Inconsolata" :size 16))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(use-package impatient-mode
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue