Add keybinding for calendar

This commit is contained in:
g1n 2021-05-19 11:36:15 +03:00
parent 16457a4057
commit 85421e790a
1 changed files with 5 additions and 0 deletions

View File

@ -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"))