Emacs: Change markdown-mode in hooks to gfm-mode where appropriate.
This commit is contained in:
parent
6c7b8a46b7
commit
53d1a23d61
|
@ -1,6 +1,6 @@
|
|||
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-25T03:46:30+0100>
|
||||
;; Time-stamp: <2020-02-27T06:07:38+0100>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Setup scratch buffer.
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
:custom
|
||||
(initial-scratch-message nil) ; Make scratch buffer empty,
|
||||
(initial-major-mode 'markdown-mode) ; and select mode.
|
||||
(initial-major-mode 'gfm-mode) ; and select mode.
|
||||
|
||||
:config
|
||||
(defvar my/skippable-buffers '("^\\*" "^magit[:-]")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-02-19T22:26:00+0100>
|
||||
;; Time-stamp: <2020-02-27T06:05:32+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -68,11 +68,11 @@
|
|||
(atomic-chrome-url-major-mode-alist
|
||||
'(
|
||||
("^likeable\\.space$" . markdown-mode)
|
||||
("^schlomp\\.space$" . markdown-mode)
|
||||
("^schlomp\\.space$" . gfm-mode)
|
||||
("^wiki\\.gentoo\\.org$" . mediawiki-mode)
|
||||
("^github\\.com$" . markdown-mode)
|
||||
("^gitlab\\.com$" . markdown-mode)
|
||||
("^gitlab\\.gnome\\.org$" . markdown-mode)
|
||||
("^github\\.com$" . gfm-mode)
|
||||
("^gitlab\\.com$" . gfm-mode)
|
||||
("^gitlab\\.gnome\\.org$" . gfm-mode)
|
||||
))
|
||||
(atomic-chrome-buffer-open-style 'frame)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user