Skip to content

Commit

Permalink
mode/file-manager: Open PDF files locally with OPEN-FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum committed Sep 9, 2023
1 parent ae23414 commit 2ec35d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/mode/file-manager.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ It takes a pathname and returns a boolean. For simpler cases, use
;; Audio.
"mp3" "oga" "m4a"
;; Video.
"flac" "ogv" "m4v" "flv" "mov" "wmv" "webm" "mkv")
"flac" "ogv" "m4v" "flv" "mov" "wmv" "webm" "mkv"
;; Documents
"pdf")
:type (list-of string)
:documentation "Media types that Nyxt opens.
Other formats are opened relying on the OS.")
Expand Down

0 comments on commit 2ec35d4

Please sign in to comment.