catching things up
This commit is contained in:
parent
0cc49a364a
commit
0fdff262b7
@ -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
|
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_.
|
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
|
#+CAPTION: An example of the configuration options, in console mode
|
||||||
#+NAME: config
|
#+NAME: config
|
||||||
|
#+ATTR_HTML: :align center
|
||||||
[[./config.png]]
|
[[./config.png]]
|
||||||
|
#+END_CENTER
|
||||||
|
|
||||||
** Help
|
** Help
|
||||||
|
|
||||||
|
4
init.el
4
init.el
@ -4,6 +4,10 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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-format-on-save t)
|
||||||
'(terraform-indent-level 2)
|
'(terraform-indent-level 2)
|
||||||
'(tool-bar-mode nil)
|
'(tool-bar-mode nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user