Skip to content

Commit

Permalink
Remove Golang config, just use try to get it the few times I need it
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jan 15, 2024
1 parent 2204a07 commit bb1f967
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ When starting my configuration, it will look like the following (see below for c
- [[#web-development-html-css-basic-js-etc][Web development (HTML, CSS, basic JS etc.)]]
- [[#python][Python]]
- [[#scheme][Scheme]]
- [[#go][Go]]
- [[#dockerfiles][Dockerfiles]]
- [[#gherkin-like-feature-files][Gherkin-like feature files]]
- [[#markdown][Markdown]]
Expand Down Expand Up @@ -905,12 +904,6 @@ Use geiser to make Scheme great to work with. Not really used much anymore, but
(setq geiser-active-implementations '(racket)))
#+END_SRC

**** Go
I sometimes read or do minor edits to Golang source files. Good to have syntax highlighting in those cases.
#+BEGIN_SRC emacs-lisp
(use-package go-mode)
#+END_SRC

**** Dockerfiles
#+BEGIN_SRC emacs-lisp
(use-package dockerfile-mode
Expand Down

0 comments on commit bb1f967

Please sign in to comment.