Skip to content

Instantly share code, notes, and snippets.

@choan
Last active November 3, 2021 09:22
Show Gist options
  • Save choan/91870e8e7faaf9821c0f136b3720aed6 to your computer and use it in GitHub Desktop.
Save choan/91870e8e7faaf9821c0f136b3720aed6 to your computer and use it in GitHub Desktop.
Mi ficherito ~/.myemacs (in progress)
;; show current line number
(setq line-number-mode t)
;; show current column number
(setq column-number-mode t)
;; enable auto pairing of parens, bracketts, etc
(add-hook 'prog-mode-hook #'electric-pair-mode)
;; enable line numbering
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment