aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-11-13 16:16:47 -0800
committercolin <colin@cicadas.surf>2023-11-13 16:16:47 -0800
commit252889051d48f32f9699d3544ca7516ba60e945c (patch)
tree24525a00dc485dca1b65b08f06f2cd0999b6383b
parent403f0b437e94fd8d4aa1bc30586b7cfd5117669f (diff)
tweaking
-rw-r--r--init-el.org19
1 files changed, 12 insertions, 7 deletions
diff --git a/init-el.org b/init-el.org
index 1402826..529148d 100644
--- a/init-el.org
+++ b/init-el.org
@@ -460,10 +460,9 @@ e.g. here's one for org capture
(global-unset-key (kbd "<Scroll_Lock>"))
(global-unset-key "\C-z")
(setq-default indent-tabs-mode nil)
-;(global-hl-line-mode 1)
+(global-hl-line-mode 1)
+
-(package-install 'beacon)
-(beacon-mode 1)
#+end_src
** Bells and Whistles
@@ -625,8 +624,7 @@ e.g. here's one for org capture
(package-install 'autothemer) ;; for custom themes
(setq my-installed-themes
- '(yoshi-theme
- doom-themes))
+ '(yoshi-theme solarized-theme))
(dolist (package my-installed-themes)
@@ -732,7 +730,7 @@ LOAD-THEME"
(setq *coding-themes*
(append '(yoshi)
(mapcan 'themes-in-package
- '(doom-themes))))
+ '(solarized-theme))))
(setq *writing-themes*
(themes-in-package 'poet))
@@ -768,7 +766,7 @@ Pomidor is a neat pomidoro system that I started using recently. I
don't care about the productity aspect, but I like the reminders to
stand up and move around.
-#:name: pomidor
+#+name: pomidor
#+begin_src elisp :noweb no-export :results none
(package-install 'pomidor)
@@ -1313,6 +1311,13 @@ code in emacs org blocks.
#+begin_src elisp :results none
(package-install 'company)
(add-hook 'after-init-hook 'global-company-mode)
+
+;; (setq company-frontends
+;; '(company-pseudo-tooltip-unless-just-one-frontend
+;; company-echo-metadata-frontend
+;; company-preview-frontend)
+;; company-auto-complete t)
+
#+end_src
** Shell Config