all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* with-eval-after-load with 'fortran and 'f90
@ 2021-05-29  9:05 michael-franzese
  0 siblings, 0 replies; only message in thread
From: michael-franzese @ 2021-05-29  9:05 UTC (permalink / raw)
  To: Help Gnu Emacs

Working with fortran on emacs includes both fortran and f90 constructs
to handle both "fixed form" and "free form".  What does one have to do
to handle both instances.

(defun fortran-hide-keytrigger ()
   "todo"

   (define-key fortran-mode-map
     (kbd "H-o c") #'outline-hide-entry))

(defun f90-hide-keytrigger ()
   "todo"

   (define-key f90-mode-map
     (kbd "H-o c") #'outline-hide-entry))

(with-eval-after-load 'fortran
   (fortran-view-keytrigger))

(with-eval-after-load 'f90
   (f90-view-keytrigger))





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-29  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-29  9:05 with-eval-after-load with 'fortran and 'f90 michael-franzese

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.