78398bc7610658b24961afd8fdee1b436fe2ce4d
commit 78398bc7610658b24961afd8fdee1b436fe2ce4d
Author: Simon Watson <spw01@protonmail.com>
Date: Fri Mar 18 16:39:35 2022 -0400

Fixed some errors I hadnt notice due to long running session

diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index f648b05..88945bd 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -93,6 +93,10 @@
(beacon-mode)
(global-set-key (kbd "C-c B") 'beacon-mode)

+;; Racket config
+;; (straight-use-package 'racket-mode)
+;; Using DrRacket for now
+
;; Org to reveal.js presentations
;; Docs: https://github.com/yjwen/org-reveal#configuration
(straight-use-package 'org-reveal)
@@ -231,14 +235,21 @@
`((".*" ,temporary-file-directory t)))

;;; Generic options for all OSs
-; Smooth mouse scroll a bit
-(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil)))
-(setq mouse-wheel-progressive-speed nil)
+;;; Smooth mouse scroll a bit
+;;; If scrolling performance is bad, remember the profiler:
+;;; https://christiantietze.de/posts/2020/12/emacs-scroll-performance-projectile/
+(setq mouse-wheel-progressive-speed t)

;; normal home/end behavior
(global-set-key (kbd "<home>") 'beginning-of-line)
(global-set-key (kbd "<end>") 'end-of-line)

+;; whitespace config
+;; make whitespace-mode use just basic coloring
+(setq whitespace-style '(face tabs))
+(setq tab-face (make-face 'tab-face))
+(set-face-background 'tab-face "gray")
+(setq whitespace-tab 'tab-face)

(defun sol-dk ()
(interactive)
@@ -263,8 +274,7 @@
(fzf-find-file)))
(global-set-key (kbd "C-c e") '(lambda ()
(interactive)
- (diff-hl-modeca
-
+ (diff-hl-mode)
(diff-hl-flydiff-mode)))
(global-set-key (kbd "C-c d") 'slime-describe-symbol)
(global-set-key (kbd "C-c M-r") 'slime-restart-inferior-lisp)
diff --git a/emacs/reveal-example.org b/emacs/reveal-example.org
new file mode 100644
index 0000000..e3a5d4c
--- /dev/null
+++ b/emacs/reveal-example.org
@@ -0,0 +1,18 @@
+#+STARTUP: indent
+#+REVEAL_INIT_OPTIONS: slideNumber:"c/t"
+#+OPTIONS: num:nil
+#+REVEAL_TITLE_SLIDE: %t
+
+* Foo Presentation
+ Foo is an interesting, cool new technology.
+* Foo has a few interesting properties
+** Foobaz
+ #+BEGIN_SRC shell
+ ./foo bar | baz
+ #+END_SRC
+** Footronixs
+ A very interesting slide!
+* About something else
+ Here I talk about something else that's also really interesting!
+* Thanks!
+ Thanks for coming to my ted talk!
diff --git a/tint2/tint2rc b/tint2/tint2rc
index 5a8886d..ea2ed59 100644
--- a/tint2/tint2rc
+++ b/tint2/tint2rc
@@ -54,7 +54,7 @@ panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = bottom
-panel_monitor = DP-2-2
+panel_monitor = DP-1-2
panel_shrink = 0
autohide = 1
autohide_show_timeout = 0.3