diff --git a/init.el b/init.el index 83f525b..849485e 100644 --- a/init.el +++ b/init.el @@ -65,11 +65,16 @@ ;; autostart all-the-icons (require 'all-the-icons) (all-the-icons-icon-for-mode t) + ;; general keybindings + ;;; Zooming (global-set-key (kbd "C-=") 'text-scale-increase) (global-set-key (kbd "C--") 'text-scale-decrease) +;;; Calendar +(global-set-key (kbd "C-x c") 'calendar) + ; LISP (load (expand-file-name "~/.roswell/helper.el"))