diff --git a/README.org b/README.org index 7beb9b6..1a0ce4c 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/init.el b/init.el index beb5bdf..701528b 100644 --- a/init.el +++ b/init.el @@ -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)