(define-key calc-mode-map "zs" 'calc-User-scale-analog)
))
-;;; Mode settings stored by Calc on Wed May 15 16:07:20 2024
+;;; Mode settings stored by Calc on Wed May 15 16:26:58 2024
(setq calc-invocation-macro [C-kp-right 24 42 42 C-kp-up 24 98 42 67 97 108 99 32 84 114 97 105 108 42 return C-kp-down C-kp-right 24 48 90 73 109 109])
(setq calc-window-height 36)
;;; End of mode settings
#+BEGIN_SRC emacs-lisp
(use-package visual-fill-column
:ensure t
+ :config
+ (global-visual-line-mode 1)
:custom
(word-wrap t)
(visual-fill-column-enable-sensible-window-split t))