catching things up

This commit is contained in:
Mike 'Fuzzy' Partin 2024-07-07 23:04:09 -07:00
parent 0cc49a364a
commit 0fdff262b7
2 changed files with 7 additions and 0 deletions

View File

@ -32,9 +32,12 @@ will have been bootstrapped, along with golden-ratio. There is a handy note in t
telling you which keys to press, in order to get to the customization group. From there, you can enable and configure
all of the avaiable layers of support. That keybinding for reference, is _C-c t C-c_.
#+BEGIN_CENTER
#+CAPTION: An example of the configuration options, in console mode
#+NAME: config
#+ATTR_HTML: :align center
[[./config.png]]
#+END_CENTER
** Help

View File

@ -4,6 +4,10 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(xterm-mouse-mode t)
'(mouse-autoselect-window t)
'(mouse-drag-and-drop-region t)
'(mouse-drag-and-drop-region-cross-program t)
'(terraform-format-on-save t)
'(terraform-indent-level 2)
'(tool-bar-mode nil)