updates
This commit is contained in:
parent
442c10330a
commit
6c2b8f492a
@ -2,6 +2,10 @@ local opt = vim.opt
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
opt.cursorline = true
|
||||
|
||||
opt.laststatus = 3 -- global statusline
|
||||
opt.showmode = false
|
||||
|
||||
|
@ -41,6 +41,10 @@
|
||||
create-lockfiles nil)
|
||||
(global-auto-revert-mode t) ;; Change files on disk as they are updated
|
||||
#+END_SRC
|
||||
** Move by whole line units not visually
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq line-move-visual nil)
|
||||
#+END_SRC
|
||||
** GUI stuff
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(menu-bar-mode -1)
|
||||
|
Loading…
Reference in New Issue
Block a user