removed hl-line-mode because i didn't like the shit, also trying IBM
plex italic because why not. k&r C style is used now by default
This commit is contained in:
parent
b76e65d90e
commit
7f5e4eb469
1 changed files with 3 additions and 4 deletions
|
@ -154,7 +154,7 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(set-frame-font "IBM Plex Mono 14" nil t)
|
(set-frame-font "IBM Plex Mono Italic 14" nil t)
|
||||||
(load-file "~/.emacs.d/markup.el")
|
(load-file "~/.emacs.d/markup.el")
|
||||||
(use-package smex
|
(use-package smex
|
||||||
:ensure t
|
:ensure t
|
||||||
|
@ -315,7 +315,7 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
Here I put things you can do in M-x or something idk
|
Here I put things you can do in M-x or something idk
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(blink-cursor-mode 0)
|
(blink-cursor-mode 0)
|
||||||
(global-hl-line-mode 1)
|
(global-hl-line-mode 0)
|
||||||
(setq-default cursor-type 'block)
|
(setq-default cursor-type 'block)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Programming language things
|
** Programming language things
|
||||||
|
@ -346,7 +346,7 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(add-hook 'c-mode-hook 'c-turn-on-eldoc-mode))
|
(add-hook 'c-mode-hook 'c-turn-on-eldoc-mode))
|
||||||
|
(setq c-default-style "k&r")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Beacon mode
|
** Beacon mode
|
||||||
|
@ -487,7 +487,6 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:ensure t
|
:ensure t
|
||||||
:init (evil-mode)))
|
:init (evil-mode)))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* ido
|
* ido
|
||||||
|
|
Loading…
Add table
Reference in a new issue