Skip to content

Instantly share code, notes, and snippets.

@DavideDunne
Created May 14, 2024 19:13
Show Gist options
  • Save DavideDunne/2db4c8035ea78b615549d409bf31e680 to your computer and use it in GitHub Desktop.
Save DavideDunne/2db4c8035ea78b615549d409bf31e680 to your computer and use it in GitHub Desktop.
Basic emacs config, by Uncle Dave
;; This is the basic emacs config, as seen in the video by Uncle Dave https://youtu.be/8Zkte37UOnA?si=R2B3iHLMgFb9-zwL
;; Remove the tool bar (file, edit, etc) and menu bar (the bar with icons)
;; init.el, should be in ~/.emacs.d/init.el
;; in windows it should be in C:\Users\user\AppData\Roaming\.emacs.d
(tool-bar-mode -1)
(menu-bar-mode -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment