Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-08-25 05:48:31 -05:00
commit 8520db7ac6
4 changed files with 27 additions and 17 deletions

View file

@ -51,12 +51,6 @@
(local bling (require "bling"))
(local awestore (require "awestore"))
(local anim-y (awestore.tweened 1100 { :duration 200 :easing awestore.easing.cubic_in_out }))
(local agenda-scratch (bling.module.scratchpad:new {
:command ""
:rule [:name "*Org Agenda(a)*"]}))
;; This is used later as the default terminal and editor to run.
(var terminal "alacritty")
(var editor (or (os.getenv "EDITOR") "emacsclient"))